Skip to content

Commit

Permalink
⚙️ internal: actions/stale (#2252)
Browse files Browse the repository at this point in the history
- Keep issues/prs open if they are assigned
- Keep issues open if labeled: `in-progress` or `planned`

## Type of change

**NONE: internal change**
  • Loading branch information
kellymears authored May 11, 2023
1 parent 91c81f3 commit 86c8c0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
exempt-all-pr-milestones: true
exempt-issue-labels: in-progress, planned
exempt-all-assignees: true
stale-issue-message: Message to comment on stale issues. If none provided, will not mark issues stale
stale-issue-label: stale
stale-pr-message: Message to comment on stale PRs. If none provided, will not mark PRs stale
Expand Down

0 comments on commit 86c8c0f

Please sign in to comment.