(#22895) stale workflow: don't remove stale label twice

the stale label is already removed automatically by the action. `labels-to-remove-when-unstale` is used to remove additional labels.
https://github.com/actions/stale?tab=readme-ov-file#labels-to-remove-when-unstale
https://github.com/conan-io/conan-center-index/actions/runs/8044709241/job/21968729920#step:2:25205
https://github.com/conan-io/conan-center-index/actions/runs/8044709241/job/21968729920#step:2:25208
This commit is contained in:
ericLemanissier
2024-03-08 09:07:40 +01:00
committed by GitHub
parent 659121febb
commit 544b0cd842

View File

@@ -42,8 +42,6 @@ jobs:
# Label to apply on staled PRs
stale-pr-label: 'stale'
# Label to be removed when updating a PR
labels-to-remove-when-unstale: 'stale'
# Skip issues when having stale state
remove-issue-stale-when-updated: false