From 64a5dfa4fe33a6bab139ae72bd71f8674908f343 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 6 Nov 2024 23:17:25 -0800 Subject: [PATCH] Create stale.yml --- .github/workflows/stale.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..3521f916 --- /dev/null +++ b/.github/workflows/stale.yml @@ -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: