Skip to content

Commit

Permalink
ci: automate stale labeling for inactive draft PRs
Browse files Browse the repository at this point in the history
ci: automate stale labeling for inactive draft PRs
  • Loading branch information
rjan90 committed Jan 27, 2025
1 parent 14d5c80 commit d4cc5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Mark and close stale items
on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit d4cc5d8

Please sign in to comment.