Remove exempt of draft PRs in stale action

This commit is contained in:
Rodrigo Q. Saramago 2022-12-01 18:23:03 +01:00
parent a9f8a77817
commit 523aad175e
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359

View File

@ -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