diff options
| author | Nick Brassel <nick@tzarc.org> | 2025-02-16 21:24:01 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 21:24:01 +1100 |
| commit | ad2c0f35651a7825277c8c30bc3c0e8ead5ddb73 (patch) | |
| tree | 68a6bc1c16ae965f805a52aa276ae2bf945c60e0 /.github/workflows | |
| parent | 5e886478792ba40cf98c95a508e0faee9fa171a6 (diff) | |
Add more stale exemption labels. (#24922)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ce9bd0f316..25649ce943 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml | |||
| @@ -45,7 +45,7 @@ jobs: | |||
| 45 | stale-pr-label: stale | 45 | stale-pr-label: stale |
| 46 | days-before-pr-stale: 45 | 46 | days-before-pr-stale: 45 |
| 47 | days-before-pr-close: 30 | 47 | days-before-pr-close: 30 |
| 48 | exempt-pr-labels: bug,awaiting review,breaking_change,in progress,on hold | 48 | exempt-pr-labels: bug,awaiting review,breaking_change,in progress,on hold,needs-core-wireless,crippled-firmware |
| 49 | 49 | ||
| 50 | stale-pr-message: > | 50 | stale-pr-message: > |
| 51 | Thank you for your contribution! | 51 | Thank you for your contribution! |
