Skip to content

Commit

Permalink
Also run stale bot on issue activity
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Jun 22, 2024
1 parent fb987c0 commit 63b06eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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 * * *'

Expand Down

0 comments on commit 63b06eb

Please sign in to comment.