Skip to content

Commit

Permalink
ci: only label stale issues/prs, disable closing
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Dec 21, 2024
1 parent 235eade commit 1372f24
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,24 @@ jobs:
with:
debug-only: ${{ inputs.dry-run || false }}

days-before-stale: 23
days-before-close: 7
days-before-pr-close: -1 # Never close PRs
days-before-stale: 30
days-before-close: -1 # Disable closing
ascending: true
operations-per-run: 300
exempt-all-assignees: true

# Issues
stale-issue-label: stale
exempt-issue-labels: 'prioritized,keep,created-by: Payload team,created-by: Contributor,status: verified'
stale-issue-message: |
This issue has been marked as stale due to lack of activity.
To keep this issue open, please indicate that it is still relevant in a comment below.
stale-issue-message: ''

close-issue-message: |
This issue was automatically closed due to lack of activity.
# Pull Requests
stale-pr-label: stale
exempt-pr-labels: 'prioritized,keep,created-by: Payload team,created-by: Contributor'
stale-pr-message: |
This PR is stale due to lack of activity.
To keep the PR open, please indicate that it is still relevant in a comment below.
stale-pr-message: ''
close-pr-message: |
This pull request was automatically closed due to lack of activity.
Expand Down

0 comments on commit 1372f24

Please sign in to comment.