mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
stale action: Add exempt label to mark issues that shouldn't be stale automatically
We've got some issues that are open since a long time ago but aren't resolved, and there isn't some clear short term resolution to them. As such these isues are kept open because they still affect users, but the users have to be "fighting" the stale bot, which understandably generates confusion and frustration. This PR adds a specific label we can add to those issues so that the stale action will ignore them. Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
0558b25ee3
commit
f2c81a9715
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
days-before-close: 14
|
||||
days-before-pr-close: -1
|
||||
only-labels: 'bug,needs info/discussion'
|
||||
exempt-issue-labels: 'no-stale'
|
||||
stale-issue-message: 'This bug report did not receive an update in the last 4 weeks.
|
||||
Please take a look again and update the issue with new details,
|
||||
otherwise the issue will be automatically closed in 2 weeks. Thank you!'
|
||||
|
|
Loading…
Reference in a new issue