aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2024-10-25 14:14:35 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2024-10-25 14:14:35 +0200
commit31eed47868ec6502524eb18a3544ff327f309699 (patch)
treeb12fae8b854bcdc98c392a5e73ad1109768e36e6 /.github
parent7723faf51a2bb2e1e119779ae831ab646506aa45 (diff)
downloadnextcloud-server-31eed47868ec6502524eb18a3544ff327f309699.tar.gz
nextcloud-server-31eed47868ec6502524eb18a3544ff327f309699.zip
chore: don't remove needs info label when commenting on a stale issueupdate-stale-bot-configuration
1) Removing the "needs info" label when someone comments on a stale issue seems incorrect. 2) By default, the stale action removes the "stale" label upon commenting. However, the labels-to-remove-when-unstale option triggers an additional API request to remove the "stale" label, which was already removed in the previous API call. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index cced0a2d468..f358974a9c1 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -27,7 +27,6 @@ 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