Skip to content

Commit 4ba87c7

Browse files
Aishwarya NathaniAishwarya Nathani
Aishwarya Nathani
authored and
Aishwarya Nathani
committed
Bot activated
1 parent 3557650 commit 4ba87c7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/issue_label.yml

Lines changed: 13 additions & 0 deletions
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)