Skip to content

Commit

Permalink
Update stale-issue.yml (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 30, 2024
1 parent f17e1c7 commit ecb1135
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: "Close stale issues"
on:
workflow_dispatch:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Esta vaga encontra-se há um bom tempo sem novas interações. Se ainda estiver aberta, faça um comentário, caso contrario, a fecharemos automaticamente em 5 dias.'
Expand All @@ -17,4 +20,3 @@ jobs:
ascending: true
exempt-issue-labels: 'Permanente'
operations-per-run: 300

0 comments on commit ecb1135

Please sign in to comment.