Skip to content

Commit 2058a37

Browse files
authored
ci: update auto-close.yml
[skip ci]
1 parent 1cf20f6 commit 2058a37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-close.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Auto Close Issue
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '0 0 * * *'
67

@@ -12,6 +13,7 @@ jobs:
1213
with:
1314
repo-token: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
1415
only-issue-labels: 'Reproducible Example Missing'
16+
stale-issue-label: 'Reproducible Example Missing'
1517
days-before-close: 7
1618
days-before-stale: -1
1719
close-issue-message: >

0 commit comments

Comments
 (0)