Skip to content

Commit

Permalink
📝 Disable staling for issues (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Feb 5, 2024
1 parent b4c5c66 commit 570e36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
close-pr-message: ${{ inputs.close-pr-message }}
days-before-pr-stale: ${{ inputs.days-before-pr-stale }}
days-before-issue-stale: -1
delete-branch: ${{ inputs.delete-branch }}
exempt-pr-labels: ${{ inputs.exempt-pr-labels }}
stale-pr-label: ${{ inputs.stale-pr-label }}
Expand Down

0 comments on commit 570e36c

Please sign in to comment.