LABELS,.github/workflows: update stale labels, add "no stale"

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-04-24 12:15:24 +02:00
parent c508bdf79a
commit e499a74944
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
for your contributions.
days-before-issue-stale: 60
days-before-issue-close: 7
exempt-issue-labels: plugin,after-vacations,will-fix,bep
exempt-issue-labels: after vacations,no stale
stale-issue-label: stale
stale-pr-message: >
This PR has been automatically marked as stale because it has not had
@@ -37,6 +37,6 @@ jobs:
and we'll re-open the PR so that you can continue the contribution!
days-before-pr-stale: 14
days-before-pr-close: 7
exempt-pr-labels: after-vacations,will-fix
exempt-pr-labels: after vacations,no stale
stale-pr-label: stale
operations-per-run: 100
+1
View File
@@ -84,6 +84,7 @@ These labels indicate that an issue is related to specific domains of expertise.
- `fix before release` - Should be handled before the next release.
- `good first issue` - Good for new contributors.
- `stale` - The issue or pull request has not seen any activity for a while and will be closed if no further activity is seen.
- `no stale` - The issue or pull request should not be closed due to inactivity.
## Common Issue Filters