diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-08-02 14:53:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 14:53:34 +0200 |
commit | fbc60009134e09a8947b9f771b2d54c252890383 (patch) | |
tree | 173896c4b79b904cf434fa839cbc296d3ef3bbd9 | |
parent | e750137a9ae695f2d9daa5188bf66709da1561fc (diff) | |
parent | b6f23ce9b447d6df9b1970dab043d6ad5a36b9dc (diff) | |
download | nextcloud-server-fbc60009134e09a8947b9f771b2d54c252890383.tar.gz nextcloud-server-fbc60009134e09a8947b9f771b2d54c252890383.zip |
Merge pull request #33432 from nextcloud/nickvergessen-patch-1
Remove "needs info" label when the issue is not stale anymore
-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 |