Skip to content

Commit

Permalink
Create stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garthvh authored Nov 7, 2024
1 parent 7dc8283 commit 64a5dfa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: process stale Issues and PR's
on:
schedule:
- cron: 0 6 * * *
workflow_dispatch: {}

permissions:
issues: write
pull-requests: write
actions: write

jobs:
stale_issues:
name: Close Stale Issues
runs-on: ubuntu-latest

steps:
- name: Stale PR+Issues
uses: actions/[email protected]
with:
exempt-issue-labels: help wanted
exempt-pr-labels:

0 comments on commit 64a5dfa

Please sign in to comment.