From 523aad175e87f56f6c60c3ecf80d212b2826019d Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Thu, 1 Dec 2022 18:23:03 +0100 Subject: [PATCH] Remove exempt of draft PRs in stale action --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b63a6915e..c1a7bd45a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -46,7 +46,7 @@ jobs: days-before-pr-stale: ${{ env.BEFORE_PR_STALE }} days-before-pr-close: ${{ env.BEFORE_PR_CLOSE }} exempt-pr-labels: 'external contribution :star:,roadmap,epic' - exempt-draft-pr: true + exempt-draft-pr: false exempt-all-milestones: true # remove-stale-when-updated: true # TODO: uncomment and remove the line below when we're done with closing ancient issues remove-issue-stale-when-updated: false