Skip to content

Commit

Permalink
chore(gh-actions): add exemption label for stale check
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 authored Dec 6, 2023
1 parent 84ea68c commit b9643a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -17,13 +17,13 @@ jobs:
days-before-stale: 30
days-before-close: 1
stale-issue-label: stale
exempt-issue-labels: pending
exempt-issue-labels: pending,enhancement
stale-issue-message: >
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed if no further activity occurs.
Thank you for your contributions.
stale-pr-label: stale
exempt-pr-labels: pending
exempt-pr-labels: pending,enhancement
stale-pr-message: >
This PR has been automatically marked as stale because it has not had recent activity.
It will be closed if no further activity occurs.

0 comments on commit b9643a4

Please sign in to comment.