From: Sebastián Ramírez Date: Sat, 7 Sep 2024 15:21:14 +0000 (+0200) Subject: 👷 Update `issue-manager.yml` (#12159) X-Git-Tag: 0.114.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edb584199f3341b205da5d7e1686c54d8719b82d;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update `issue-manager.yml` (#12159) --- diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index d5b947a9c5..fbb8567920 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -2,7 +2,7 @@ name: Issue Manager on: schedule: - - cron: "10 3 * * *" + - cron: "13 22 * * *" issue_comment: types: - created @@ -16,6 +16,7 @@ on: permissions: issues: write + pull-requests: write jobs: issue-manager: @@ -35,8 +36,8 @@ jobs: "delay": 864000, "message": "Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs." }, - "changes-requested": { + "waiting": { "delay": 2628000, - "message": "As this PR had requested changes to be applied but has been inactive for a while, it's now going to be closed. But if there's anyone interested, feel free to create a new PR." + "message": "As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR." } }