mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-02 23:36:17 +00:00
Added except label (#806)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
|||||||
stale-issue-message: 'This issue has not been updated for 20 days'
|
stale-issue-message: 'This issue has not been updated for 20 days'
|
||||||
stale-pr-message: 'This pull request has not been updated for 20 days'
|
stale-pr-message: 'This pull request has not been updated for 20 days'
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
exempt-issue-labels: 'enhancement'
|
exempt-issue-labels: 'enhancement,ongoing'
|
||||||
days-before-stale: 20
|
days-before-stale: 20
|
||||||
|
Reference in New Issue
Block a user