Skip to content

Commit 8b5326d

Browse files
authoredJul 8, 2024··
🔧Allow running stale bot manually
1 parent d008d5c commit 8b5326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
name: Mark stale issues and pull requests
77

88
on:
9+
workflow_dispatch:
910
schedule:
1011
- cron: '0 2 * * *' # Runs every day at 02:00 UTC
1112

1213
jobs:
1314
stale:
14-
1515
runs-on: ubuntu-latest
1616
permissions:
1717
issues: write

0 commit comments

Comments
 (0)
Please sign in to comment.