From 1549d9f00c344a2109bb6f844776a79afeb6877c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 7 Sep 2024 16:36:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20`issue-manager.yml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👷 Update `issue-manager.yml` --- .github/workflows/issue-manager.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 287164e..6c5af0b 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -2,17 +2,21 @@ name: Issue Manager on: schedule: - - cron: "0 0 * * *" + - cron: "15 9 * * *" issue_comment: types: - created - - edited issues: types: - labeled + pull_request_target: + types: + - labeled + workflow_dispatch: permissions: issues: write + pull-requests: write jobs: issue-manager: @@ -24,6 +28,11 @@ jobs: config: > { "answered": { - "message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues." + "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." + }, + "waiting": { + "delay": 2628000, + "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." } }