Skip to content

Commit

Permalink
Update stale-issues.yml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 30, 2024
1 parent 307da95 commit 05f82a2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: "Close stale issues"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
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.'
days-before-stale: 60
days-before-close: 5
- 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.'
days-before-stale: 60
days-before-close: 5
ascending: true

0 comments on commit 05f82a2

Please sign in to comment.