Skip to content

Commit

Permalink
Merge pull request #9 from Automattic/add/stale-issue-pr-bot
Browse files Browse the repository at this point in the history
Add GitHub action to mark inactive issues and PRs as stale
  • Loading branch information
chriszarate authored Sep 25, 2022
2 parents 15a022f + 3f244f7 commit f392f49
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Stale monitor

on:
schedule:
- cron: '0 0 * * *'

jobs:
stale:
name: Stale
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: Automattic/vip-actions/stale@trunk

0 comments on commit f392f49

Please sign in to comment.