mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-02-17 13:20:23 +08:00
Also run stale bot on issue activity
This commit is contained in:
parent
fb987c02a9
commit
63b06eb6cd
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -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 * * *'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user