diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-23 10:19:19 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-23 10:19:19 +0200 |
| commit | bfe2a08a72eacc2fd1e3213959e2531a931adc25 (patch) | |
| tree | 51b3f07c5280f0466bef40f6069412c6a0f28ec6 /.github | |
| parent | 3b32633d8f90cea05de8ec04bf3b3f5e80b34935 (diff) | |
Ignore bugs in staleness checks
Diffstat (limited to '.github')
| -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 05e690f..a39c034 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: days-before-issue-stale: 30 days-before-issue-close: 30 stale-issue-label: "stale" - exempt-issue-labels: "high priority, good first issue, pinned" + exempt-issue-labels: "bug, high priority, good first issue, pinned" stale-issue-message: >- This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further |
