mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-10 00:11:44 +00:00
(#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:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user