Also run stale bot on issue activity

This commit is contained in:
Octavia Togami 2024-06-22 15:13:05 -07:00
parent fb987c02a9
commit 63b06eb6cd
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -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 * * *'