From 953ed5503d00d3d89b6291f8a05d401de3ab08af Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 10 Dec 2021 19:30:41 +0000 Subject: [PATCH] Update Issue Manager triggers --- .github/workflows/issue-manager.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index b275c4f4..a6e07413 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -1,13 +1,19 @@ # Automatically close issues or pull requests that have a label, after a custom delay, if no one replies. # https://github.com/tiangolo/issue-manager - name: Issue Manager on: - # Every day schedule: - cron: "12 0 * * *" - # Manual trigger + issue_comment: + types: + - created + issues: + types: + - labeled + pull_request_target: + types: + - labeled workflow_dispatch: jobs: