Skip to content

Commit

Permalink
cicd: add exempt-pr-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Jul 2, 2024
1 parent c429db3 commit af1f44b
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 @@ -30,6 +30,7 @@ jobs:
with:
only-labels: ${{ inputs.labels }}
exempt-issue-labels: ${{ inputs.exempt-labels }}
exempt-pr-labels: ${{ inputs.exempt-labels }}
remove-stale-when-updated: true
days-before-close: ${{ inputs.days-before-close }}

Expand Down

0 comments on commit af1f44b

Please sign in to comment.