Skip to content

Commit

Permalink
Update issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 6, 2022
1 parent 2437d67 commit d4f65a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Labeling new issue
on:
issues:
types: ['opened']
types: ['opened', 'edited']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2
- uses: Renato66/auto-label@v2.2.0
with:
repo-token: ${{ secrets.GITHUB_ACTIONS }}
labels-synonyms: '{"🦠 Remoto durante pandemia":["Vaga Remota durante a pandemia"]}'
labels-not-allowed: '["Stale","Pendente de informações","Falta de informações"]'
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-not-allowed: '["Falta Informações","Request changes","stale"]'
labels-synonyms: '{"pleno":["mid", "middle", "plain"],"remoto":["remote", "home-office", "home"], "hibrido":["hybrid"], "presencial":["office"]}'

0 comments on commit d4f65a4

Please sign in to comment.