Skip to content

Commit

Permalink
Remove issues staleness (#7569)
Browse files Browse the repository at this point in the history
Close only stale PRs.
  • Loading branch information
arielshaqed authored Mar 19, 2024
1 parent f9c02b5 commit 0e4a17d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Close stale issues and PRs
name: Close stale PRs

on:
schedule:
Expand All @@ -14,14 +14,9 @@ jobs:
with:
stale-pr-message: 'This PR is now marked as stale after 30 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.'
close-pr-message: 'Closing this PR because it has been stale for 7 days with no activity.'
stale-issue-message: 'This issue is now marked as stale after 90 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.'
close-issue-message: 'Closing this issue because it has been stale for 7 days with no activity.'
days-before-issue-stale: 90
days-before-pr-stale: 30
days-before-close: 7
stale-pr-label: stale
stale-issue-label: stale
exempt-pr-labels: 'no stale'
exempt-issue-labels: 'no stale'
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 300

0 comments on commit 0e4a17d

Please sign in to comment.