diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-07-29 13:47:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-29 13:47:03 -0400 |
| commit | 2fc1f39061ef1e0f1d876c1ab340be0a35b05fc8 (patch) | |
| tree | c112b23cb3ee19c1da83d4bd66bef3dc31b56bee /.github | |
| parent | 43748d439a270b49511f56a3534647481a88e41a (diff) | |
| parent | 9e1adec5e00dd9a6c058c16b10ea42fef999b996 (diff) | |
Merge pull request #1555 from jellyfin/EraYaN-stale-app-config
Add Stale app configuration starting point
Diffstat (limited to '.github')
| -rw-r--r-- | .github/stale.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..011f76317 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,22 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - regression + - security + - dotnet-3.0-future + - roadmap + - future + - feature + - enhancement +# 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 +markComment: > + Issues go stale after 60d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 7d of inactivity. + If this issue is safe to close now please do so. + If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.readthedocs.io/en/latest/getting-help/). +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false |
