Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into update-node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed May 3, 2024
2 parents 78092f1 + 2436be9 commit 29c81cd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "45 2 * * *"

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
Expand All @@ -16,13 +20,13 @@ jobs:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale-issue-label: "stale"
exempt-issue-labels: "bug,blocked,in progress,never-stale"
days-before-issue-stale: 15
days-before-issue-close: 5
days-before-issue-stale: 60
days-before-issue-close: 20
stale-pr-message: |
Thank you for your contribution to this project!
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
stale-pr-label: "stale"
exempt-pr-labels: "waiting for review,never-stale"
days-before-pr-stale: 45
days-before-pr-close: 10
days-before-pr-stale: 90
days-before-pr-close: 20

0 comments on commit 29c81cd

Please sign in to comment.