We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10173e commit ff59ca0Copy full SHA for ff59ca0
.github/workflows/stale.yml
@@ -1,17 +1,17 @@
1
name: Manage Stale, Legacy, and Close Issues
2
3
on:
4
- # Uncomment the schedule below to run automatically, or trigger manually with workflow_dispatch.
5
- # schedule:
6
- # - cron: '0 4 * * *' # 04:00 UTC
+ # Uncomment the schedule below to run automatically, or trigger manually with workflow_dispatch.
+ # schedule:
+ # - cron: '0 4 * * *' # 04:00 UTC
7
8
- # Uncomment below and enable debug-only when testing changes via PR
9
- # push:
10
- # branches:
11
- # - manage-stale-issues
12
- # pull_request:
13
14
+ # Uncomment below and enable debug-only when testing changes via PR
+ push:
+ branches:
+ - manage-stale-issues
+ pull_request:
15
16
workflow_dispatch:
17
0 commit comments