Updated lock / unlock actions
This commit is contained in:
parent
a73e61078d
commit
842dea4bd5
4 changed files with 35 additions and 46 deletions
3
.github/workflows/close-stale.yml
vendored
3
.github/workflows/close-stale.yml
vendored
|
|
@ -7,7 +7,7 @@ name: "Close stale issues"
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 1 * * *"
|
||||
- cron: "22 1 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
@ -20,3 +20,4 @@ jobs:
|
|||
days-before-stale: 30
|
||||
days-before-close: 5
|
||||
stale-issue-label: 'stale-closing-soon'
|
||||
exempt-issue-labels: 'T: Feature Request'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue