Skip to content

Commit 6a739a8

Browse files
authored
Labeler Action
1 parent 204512c commit 6a739a8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Issue Labeler"
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
label:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Issue Labeler
13+
uses: Naturalclar/[email protected]
14+
with:
15+
github-token: "${{ secrets.GITHUB_TOKEN }}"
16+
keywords: any
17+
labels: await-triage

0 commit comments

Comments
 (0)