We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af8c00 commit 441337fCopy full SHA for 441337f
.github/workflows/stale.yml
@@ -1,13 +1,14 @@
1
-name: Close and mark stale issue
+name: Close Stale Issues
2
3
on:
4
schedule:
5
- cron: '0 0 * * *'
6
+ workflow_dispatch:
7
8
permissions:
9
issues: write
10
pull-requests: write
11
12
jobs:
13
stale:
- uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
14
+ uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1
0 commit comments