Skip to content

Commit

Permalink
Update stale_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar authored Apr 13, 2022
1 parent 969b1af commit 8e5adbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: 'Stale issue handler'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
id: stale_issue_and_pr
id: stale
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 30
Expand Down

0 comments on commit 8e5adbd

Please sign in to comment.