Não consigo anexar meu currículo, pois sempre é exibida uma mensagem de erro, fiz testes com arquivos menores e também não é possível. #1572
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Labeling new issue | |
on: | |
issues: | |
types: ['opened', 'edited'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Renato66/auto-label@v2 | |
with: | |
repo-token: ${{ secrets.TOKEN_LABEL_ISSUE }} | |
labels-synonyms: '{"Inglês":["inglês","english"]}' | |
labels-not-allowed: '["Pendente de Informações"]' |