Skip to content

Commit

Permalink
Adiciona action para auto label das vagas/issues
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Jan 6, 2023
1 parent 25170c9 commit 4c28832
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/label-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Labeling new issue"
on:
issues:
types: ['opened', 'edited']

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-not-allowed: '["Stale","Pendente de informações","Falta de informações"]'

0 comments on commit 4c28832

Please sign in to comment.