Skip to content

Commit

Permalink
chore(infra): update stale workflow settings (kopia#3124)
Browse files Browse the repository at this point in the history
- add message to provide additional information when issues or
  PRs are closed.
- exclude PRs and issues with the 'keep-open' label
- run twice a week
  • Loading branch information
julio-lopez authored Jul 6, 2023
1 parent c367e9d commit 392960a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ permissions:

on:
schedule:
# Sundays at 8:17 p.m. UTC
- cron: '17 20 * * 0'
# Sundays and Wednesdays at 8:17 p.m. UTC
- cron: '17 20 * * 0,3'
workflow_dispatch:

jobs:
Expand All @@ -21,3 +21,7 @@ jobs:
operations-per-run: 100
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'bug,keep-open'
exempt-pr-labels: 'keep-open'
stale-issue-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'
stale-pr-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'

0 comments on commit 392960a

Please sign in to comment.