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 1cf20f6 commit 2058a37Copy full SHA for 2058a37
1 file changed
.github/workflows/auto-close.yml
@@ -1,6 +1,7 @@
1
name: Auto Close Issue
2
3
on:
4
+ workflow_dispatch:
5
schedule:
6
- cron: '0 0 * * *'
7
@@ -12,6 +13,7 @@ jobs:
12
13
with:
14
repo-token: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
15
only-issue-labels: 'Reproducible Example Missing'
16
+ stale-issue-label: 'Reproducible Example Missing'
17
days-before-close: 7
18
days-before-stale: -1
19
close-issue-message: >
0 commit comments