diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-11-01 16:11:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-01 16:11:17 -0400 |
| commit | 33ddca12edda3266bde84cf7c7538c594c9a0fc5 (patch) | |
| tree | 3749745c331435878dd5860c12319bd1ff151c30 | |
| parent | 3bfb36a67d1ace11b73c25699efe3136025cf2ed (diff) | |
| parent | 3a741936c54708f7a1023e34354d0a402d6cf8db (diff) | |
Merge pull request #1969 from jellyfin/stale-bread
Add an exemption for the confirmed label
| -rw-r--r-- | .github/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 9ea0e3796..6b90978cc 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,6 +11,7 @@ exemptLabels: - future - feature - enhancement + - confirmed # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable |
