Skip to content

Commit

Permalink
Limit stale marks/actions to be PRs only (#2627)
Browse files Browse the repository at this point in the history
Limit PR stale marking actions to be PRs only. (Avoid marking issues)
  • Loading branch information
afterxleep authored and diegoreymendez committed Apr 18, 2024
1 parent 33ef673 commit 2653194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/stale@v9
with:
stale-pr-message: 'This PR has been inactive for more than 7 days and will be automatically closed 7 days from now.'
days-before-stale: 7
days-before-pr-stale: 7
close-pr-message: 'This PR has been closed after 14 days of inactivity. Feel free to reopen it if you plan to continue working on it or have further discussions.'
days-before-close: 7
days-before-pr-close: 7
stale-pr-label: stale
exempt-draft-pr: true

0 comments on commit 2653194

Please sign in to comment.