Skip to content

Commit

Permalink
Create stale.yml (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Dec 26, 2022
1 parent e0e3c7c commit 1b9100f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.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 1b9100f

Please sign in to comment.