Skip to content

Commit

Permalink
👷 Ignore assigned issur/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWaygate committed May 23, 2024
1 parent fdad6d6 commit 3786076
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
days-before-pr-stale: 60
days-before-issue-close: 15
days-before-pr-close: 15
stale-issue-message: "Marked as stale because there has been no activity."
stale-pr-message: "Marked as stale because there has been no activity."
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-all-assignees: true
stale-issue-message: "Marked as stale since no activity for 30 days, close in 15 days if no activity."
stale-pr-message: "Marked as stale since no activity for 60 days, close in 15 days if no activity."
stale-issue-label: "stale"
stale-pr-label: "stale"

0 comments on commit 3786076

Please # to comment.