Skip to content

Commit 64f66bb

Browse files
authored
Labeler Action
1 parent 6a739a8 commit 64f66bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Issue Labeler
13-
uses: Naturalclar/[email protected]
12+
- name: Auto label
13+
uses: Renato66/[email protected]
1414
with:
15-
github-token: "${{ secrets.GITHUB_TOKEN }}"
16-
keywords: any
17-
labels: await-triage
15+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
16+
ignore-comments: true
17+
default-labels: '["await triage"]'

0 commit comments

Comments
 (0)