Skip to content

Commit

Permalink
Conf stale
Browse files Browse the repository at this point in the history
  • Loading branch information
erikw committed Oct 3, 2023
1 parent 6575d55 commit b3b203f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
steps:
- uses: actions/stale@v8
with:
stale-issue-message: "Issue is stale; closing."
stale-pr-message: "PR is stale; closing."
days-before-stale: 180
exempt-issue-labels: "NotStale"
exempt-pr-labels: "NotStale"
stale-issue-message: "Issue is stale; will soon close."
stale-pr-message: "PR is stale; will soon close."

0 comments on commit b3b203f

Please sign in to comment.