Skip to content

Commit

Permalink
Update label-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 26, 2024
1 parent b2366c8 commit 05de1d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/label-issue.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
name: Labeling new issue

on:
issues:
types: ['opened', 'edited']

jobs:

build:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/workflows/auto-label.json5
- uses: Renato66/auto-label@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-not-allowed: '["Falta Informações","Request changes","stale"]'

0 comments on commit 05de1d6

Please sign in to comment.