diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-08-02 11:33:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 11:33:20 +0200 |
commit | b6f23ce9b447d6df9b1970dab043d6ad5a36b9dc (patch) | |
tree | 173896c4b79b904cf434fa839cbc296d3ef3bbd9 | |
parent | e750137a9ae695f2d9daa5188bf66709da1561fc (diff) | |
download | nextcloud-server-b6f23ce9b447d6df9b1970dab043d6ad5a36b9dc.tar.gz nextcloud-server-b6f23ce9b447d6df9b1970dab043d6ad5a36b9dc.zip |
Remove "needs info" label when the issue is not stale anymore
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 28b928dd77e..13dc697664c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,6 +24,7 @@ jobs: for your contributions. stale-issue-label: 'stale' only-labels: 'needs info' + labels-to-remove-when-unstale: 'needs info,stale' exempt-issue-labels: '1. to develop,2. developing,3. to review,4. to release,security' days-before-stale: 30 days-before-close: 14 |