From 2c74664a1761f7e625e822e82f7dcde2d99e0c33 Mon Sep 17 00:00:00 2001 From: Rob Kooper Date: Wed, 20 Nov 2024 13:25:20 -0600 Subject: [PATCH] bump version add write this should fix cache issues (expect many issues to be marked stale) --- .github/workflows/stale.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7c9ac8badfa..187fa0ca36f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,10 +8,15 @@ jobs: stale: if: github.repository == 'PecanProject/pecan' + permissions: + contents: write + issues: write + pull-requests: write + runs-on: ubuntu-latest steps: - - uses: actions/stale@v6 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 365 days with no activity.'