chore: fix stale workflow

This commit is contained in:
LuanRT
2022-09-03 01:05:47 -03:00
parent 1da8043c18
commit 60ef3eabd3

View File

@@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: "60 1 * * *"
- cron: "30 1 * * *"
jobs:
stale:
@@ -15,5 +15,5 @@ jobs:
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.'
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. Remove the stale label or comment or this will be closed in 2 days'
days-before-stale: 30
days-before-stale: 60
days-before-close: 4