Skip to content

Commit

Permalink
Merge pull request #6 from procore-oss/fix-stale-issues-job
Browse files Browse the repository at this point in the history
Try to fix the stale issues job
  • Loading branch information
jmeridth authored Mar 7, 2024
2 parents 042a029 + 7b7d5eb commit 9bc8736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
schedule:
- cron: '30 1 * * *' # https://crontab.guru/#30_1_*_*_* (everyday at 0130)

permissions:
contents: read

jobs:
stale:
runs-on: ubuntu-latest
Expand All @@ -17,7 +20,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
repo-token:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
This issue is stale because it has been open for 30 days with no activity
and will be closed in 14 days unless you add a comment.
Expand Down

0 comments on commit 9bc8736

Please sign in to comment.