Create stale.yml

This commit is contained in:
Garth Vander Houwen 2024-11-06 23:17:25 -08:00 committed by GitHub
parent 7dc8283eb6
commit 64a5dfa4fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.github/workflows/stale.yml vendored Normal file
View file

@ -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/stale@v9.0.0
with:
exempt-issue-labels: help wanted
exempt-pr-labels: