Skip to content

Commit

Permalink
ci: update actions to auto-label (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 4, 2023
1 parent 86aa8b3 commit 2a05bf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
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.3.0
with:
repo-token: ${{ secrets.ACTIONS }}
labels-not-allowed: '["Stale","Pendente de informações","Falta de informações"]'

0 comments on commit 2a05bf6

Please sign in to comment.