Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-08-02 12:33:20 +0300
committerGitHub <noreply@github.com>2022-08-02 12:33:20 +0300
commitb6f23ce9b447d6df9b1970dab043d6ad5a36b9dc (patch)
tree173896c4b79b904cf434fa839cbc296d3ef3bbd9 /.github
parente750137a9ae695f2d9daa5188bf66709da1561fc (diff)
Remove "needs info" label when the issue is not stale anymore
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml1
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