Skip to content

Commit

Permalink
Merge pull request #3397 from PecanProject/stale-action
Browse files Browse the repository at this point in the history
bump version add write
  • Loading branch information
robkooper authored Nov 20, 2024
2 parents 84e29d1 + 2c74664 commit cab30e8
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 cab30e8

Please sign in to comment.