mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove exempt of draft PRs in stale action
This commit is contained in:
parent
a9f8a77817
commit
523aad175e
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user