From ab912fb5060a460fcc758292da7ab35c12e6ec0e Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 5 Jul 2022 11:35:27 +0200 Subject: [PATCH] workflow: Remove awaiting-review from stalebot exclude list Signed-off-by: Johan Haals --- .github/workflows/automate_stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate_stale.yml b/.github/workflows/automate_stale.yml index f9c655fc4a..8978048c89 100644 --- a/.github/workflows/automate_stale.yml +++ b/.github/workflows/automate_stale.yml @@ -25,6 +25,6 @@ jobs: If you are the author and the PR has been closed, feel free to re-open the PR and continue the contribution! days-before-pr-stale: 7 days-before-pr-close: 5 - exempt-pr-labels: reviewer-approved,awaiting-review,will-fix + exempt-pr-labels: reviewer-approved,will-fix stale-pr-label: stale operations-per-run: 100