[Curitiba] Front-End Developer com foco em next.js e typescript 100% remoto Projeto de finalização de plataforma, sprint única - PJ #5035
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'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Renato66/auto-label@v2 | |
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"]' |