Skip to content

Commit

Permalink
Merge pull request #135 from maximilien/build/129-increase-stale-time
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien authored Jun 7, 2024
2 parents 452ab7f + be0f2bc commit b9323da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "30 1 * * *"
- cron: "60 1 * * *"

jobs:
stale:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is staled for 30 days'
stale-pr-message: 'This PR is staled for 30 days'
stale-issue-message: 'This issue is staled for 60 days'
stale-pr-message: 'This PR is staled for 60 days'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit b9323da

Please sign in to comment.