diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 23dd00f84..3d2fa582d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,8 @@ name: 'Handle stale issues' on: workflow_dispatch: + issues: # Run the bot on issue activity for faster response to changes + issue_comment: # Run the bot on issue comment activity for faster response to changes schedule: - cron: '42 1 * * *'