Skip to content

Commit

Permalink
build(gh-workflow): increased mark stale issues to 90 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerex committed May 16, 2024
1 parent d3402bc commit be0f2bc
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 be0f2bc

Please sign in to comment.