Skip to content

Commit

Permalink
ci(automation): fix labels and nr of operations for stale issues bot
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Oct 21, 2023
1 parent 4d78acf commit b0ccbd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 60 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
exempt-issue-labels: ExemptStale
exempt-issue-labels: exempt-stale
days-before-pr-stale: 60
days-before-pr-close: 14
stale-pr-message: "This pull request is stale because it has been open for 60 days with no activity."
close-pr-message: "This pull request was closed because it has been inactive for 14 days since being marked as stale."
exempt-pr-labels: ExemptStale
exempt-pr-labels: exempt-stale
debug-only: true
operations-per-run: 300
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b0ccbd0

Please sign in to comment.