Skip to content

Commit

Permalink
MAI: Don't mark assigned issues/PRs as stale
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Jun 11, 2021
1 parent d04e73c commit 2d9c5e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-pr-and-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
days-before-stale: 60
days-before-close: 7
remove-stale-when-updated: true
exempt-all-assignees: true
exempt-all-milestones: true

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."
stale-pr-label: stale
Expand Down

0 comments on commit 2d9c5e7

Please sign in to comment.