Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
fix: use correct stale and close days (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisena authored Jun 7, 2023
1 parent 39ad749 commit f72c0f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Close stale PRs

on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * *
workflow_dispatch:

jobs:
stale:
Expand All @@ -15,5 +16,6 @@ jobs:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
close-pr-message: 'Pull Request fechado após 2 semanas sem interação.'
days-before-pr-close: 14
days-before-pr-stale: 14
days-before-pr-close: 1
stale-pr-label: 'Inativo'

0 comments on commit f72c0f2

Please sign in to comment.