Skip to content

Commit

Permalink
Run stale workflow more often to get more instant feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Aug 28, 2023
1 parent 6519652 commit 619d3e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ name: 'Manage stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
issues:
types:
- edited
- reopened
- labeled
- unlabeled
- milestoned
- demilestoned
- assigned
- unassigned
issue_comment:
types:
- created
- edited
pull_request_review:
push:
paths:
- '.github/workflows/stale.yml'

permissions:
# contents: write # only for delete-branch option, which we leave to default `false` right now.
Expand Down

0 comments on commit 619d3e2

Please sign in to comment.