Skip to content

Commit d535ab1

Browse files
Merge pull request #147 from aishux/autolabel
Bot activated
2 parents bd33140 + 4ba87c7 commit d535ab1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/issue_label.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Labeling new issue
2+
on:
3+
issues:
4+
types: ['opened']
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: Renato66/auto-label@v2
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
ignore-comments: true
13+
labels-synonyms: '{"GSSOC21":["GSSOC","GSSOC21","gssoc","Gssoc","GSSoC","gssoc21"]}'

0 commit comments

Comments
 (0)