Skip to content

Commit

Permalink
chore(ci): stale PRs/issues label values
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 16, 2024
1 parent ce3b7f0 commit 5298fca
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: -1
days-before-issue-stale: 180
days-before-pr-stale: 60
days-before-issue-close: 14
days-before-pr-close: 14
stale-issue-message: "This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 14 days."
stale-pr-message: "This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days."
close-issue-message: "This issue was closed because it has been stalled for 14 days with no activity."
close-pr-message: "This PR was closed because it has been stalled for 14 days with no activity."
exempt-all-milestones: true
exempt-all-assignees: true
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days."
stale-pr-message: "This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days."
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity."

0 comments on commit 5298fca

Please sign in to comment.