Skip to content

Commit

Permalink
bump version add write
Browse files Browse the repository at this point in the history
this should fix cache issues (expect many issues to be marked stale)
  • Loading branch information
robkooper committed Nov 20, 2024
1 parent 84e29d1 commit 2c74664
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 2c74664

Please sign in to comment.