Skip to content

Commit

Permalink
fix(actions/stale): added exempt-issue-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Nov 15, 2023
1 parent 8d4f275 commit 59bc715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
stale-pr-label: "stale"
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
exempt-issue-labels: "no-stale,needs-help,wip"
exempt-pr-labels: "no-stale,needs-help,wip"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 59bc715

Please sign in to comment.