mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
update stale.yaml
This commit is contained in:
@@ -2,7 +2,7 @@ name: Mark and close stale issues
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 2 * * *"
|
- cron: '0 2 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -14,10 +14,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v10
|
- uses: actions/stale@v10
|
||||||
with:
|
with:
|
||||||
stale-issue-label: stale
|
stale-issue-label: Stale
|
||||||
days-before-issue-stale: 60
|
days-before-issue-stale: 60
|
||||||
days-before-issue-close: 14
|
days-before-issue-close: 14
|
||||||
exempt-issue-labels: bug,planned,pinned,security,done,in progress
|
exempt-issue-labels: Bug,Planned,Pinned,Security,Done,In Progress
|
||||||
operations-per-run: 100
|
operations-per-run: 100
|
||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
Closing this issue due to inactivity.
|
Closing this issue due to inactivity.
|
||||||
Reference in New Issue
Block a user