Skip to content

Commit 05de1d6

Browse files
authored
Update label-issue.yml
1 parent b2366c8 commit 05de1d6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/label-issue.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
name: Labeling new issue
2+
23
on:
34
issues:
45
types: ['opened', 'edited']
6+
57
jobs:
8+
69
build:
710
runs-on: ubuntu-latest
11+
812
steps:
13+
14+
- uses: actions/checkout@v4
15+
with:
16+
sparse-checkout: |
17+
.github/workflows/auto-label.json5
18+
919
- uses: Renato66/auto-label@v3
1020
with:
1121
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
labels-not-allowed: '["Falta Informações","Request changes","stale"]'

0 commit comments

Comments
 (0)