stale: Use any-of-pr-labels

only-lables requires having all the labels in the PR
This commit is contained in:
bbhtt
2024-11-02 08:44:00 +05:30
parent f745e4650f
commit f2c0e44dc9

View File

@@ -17,5 +17,5 @@ jobs:
days-before-close: -1
days-before-pr-stale: 365
days-before-pr-close: 30
only-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
any-of-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
remove-pr-stale-when-updated: true