👷 Update issue-manager.yml (#1103)

This commit is contained in:
Sebastián Ramírez 2024-09-08 14:05:54 +02:00 committed by GitHub
parent 2aaa75261e
commit 548a4d06d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ name: Issue Manager
on: on:
schedule: schedule:
- cron: "11 4 * * *" - cron: "13 18 * * *"
issue_comment: issue_comment:
types: types:
- created - created
@ -16,6 +16,7 @@ on:
permissions: permissions:
issues: write issues: write
pull-requests: write
jobs: jobs:
issue-manager: issue-manager:
@ -35,8 +36,8 @@ jobs:
"delay": 864000, "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." "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, "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."
} }
} }