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: