Skip to content

Commit

Permalink
Remove exempt of draft PRs in stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Dec 1, 2022
1 parent a9f8a77 commit 523aad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 523aad1

Please sign in to comment.