aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2024-10-25 15:19:01 +0200
committerGitHub <noreply@github.com>2024-10-25 15:19:01 +0200
commit4f6667a9c9c3f383d4b7570d4454b36fe8107f85 (patch)
tree7260c8bf7cbcdeb3c68011e0fc14b74a0fe6a02d
parent631f6d482eea7f89fd5174b38590027b141b7504 (diff)
parent31eed47868ec6502524eb18a3544ff327f309699 (diff)
downloadnextcloud-server-4f6667a9c9c3f383d4b7570d4454b36fe8107f85.tar.gz
nextcloud-server-4f6667a9c9c3f383d4b7570d4454b36fe8107f85.zip
Merge pull request #48892 from nextcloud/update-stale-bot-configuration
chore: don't remove needs info label when commenting on a stale issue
-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