Update stale.yml -> added workflow_dispatch
This commit is contained in:
parent
1a2ea376c1
commit
42e5de0d3e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
|
@ -2,6 +2,7 @@ name: 'Close stale issues'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '30 12 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
@ -21,4 +22,4 @@ jobs:
|
|||
days-before-pr-close: -1
|
||||
remove-stale-when-updated: true
|
||||
stale-issue-label: "stale"
|
||||
exempt-issue-labels: "no-stale,new-feature,enhancement,bug"
|
||||
exempt-issue-labels: "no-stale,new-feature,enhancement,bug"
|
||||
|
|
|
|||
Loading…
Reference in a new issue