diff options
author | Daniel <mail@danielkesselberg.de> | 2024-10-25 15:19:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 15:19:01 +0200 |
commit | 4f6667a9c9c3f383d4b7570d4454b36fe8107f85 (patch) | |
tree | 7260c8bf7cbcdeb3c68011e0fc14b74a0fe6a02d | |
parent | 631f6d482eea7f89fd5174b38590027b141b7504 (diff) | |
parent | 31eed47868ec6502524eb18a3544ff327f309699 (diff) | |
download | nextcloud-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.yml | 1 |
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 |