Skip to content

Commit

Permalink
Merge branch 'develop' into gsoc/convert-input
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 authored Nov 21, 2024
2 parents 4548744 + cab30e8 commit ffc0971
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 ffc0971

Please sign in to comment.