Skip to content

Commit

Permalink
Merge pull request #91 from guibranco/patch-2
Browse files Browse the repository at this point in the history
Encerrar issues abertas por inatividade
  • Loading branch information
alefcastelo authored Jan 6, 2023
2 parents c1127e3 + fd1dd2f commit 7d96176
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
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 7d96176

Please sign in to comment.