Skip to content

Commit

Permalink
Merge pull request #1051 from j2gg0s/release-action-stale
Browse files Browse the repository at this point in the history
ci: release action stale
  • Loading branch information
j2gg0s authored Nov 7, 2024
2 parents 4e64a59 + 6d77508 commit e51aa5b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Prune stale issues/prs
on:
workflow_dispatch:
# schedule:
# - cron: '0 */4 * * *'
schedule:
- cron: '0 */3 * * *'

permissions:
contents: read
Expand All @@ -21,8 +22,6 @@ jobs:
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Different amounts of days for issues/PRs are not currently supported but there is a PR
# open for it: https://github.com/actions/stale/issues/214
days-before-stale: 30
stale-issue-message: >
This issue has been automatically marked as stale because it has not had activity in the
Expand All @@ -38,6 +37,5 @@ jobs:
exempt-issue-labels: 'no stalebot,help wanted'
stale-pr-label: 'stale'
exempt-pr-labels: 'no stalebot'
operations-per-run: 500
operations-per-run: 128
ascending: true
debug-only: true

0 comments on commit e51aa5b

Please sign in to comment.