Skip to content

Commit

Permalink
Merge pull request #111 from Renato66/master
Browse files Browse the repository at this point in the history
Vagas inativas
  • Loading branch information
ErickPetru authored Jan 24, 2020
2 parents 3228b37 + ec9a26f commit 184663c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale-issues.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@v1
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.'
stale-issue-label: 'Falta de informações'
days-before-stale: 30
days-before-close: 5

0 comments on commit 184663c

Please sign in to comment.