Skip to content

Commit

Permalink
cicd: exempt draft PRs from stale check
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 14, 2024
1 parent 5b963fd commit b313863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Mark issues and PRs as stale
uses: actions/stale@v9
with:
exempt-draft-pr: true
only-labels: ${{ inputs.labels }}
exempt-issue-labels: ${{ inputs.exempt-labels }}
exempt-pr-labels: ${{ inputs.exempt-labels }}
Expand Down

0 comments on commit b313863

Please sign in to comment.