Skip to content

Commit

Permalink
Create issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muthuannamalai12 committed Mar 28, 2021
1 parent 2ab88f4 commit d66592e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Labeling new issue
on:
issues:
types: ['opened']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-synonyms: '{"GSSOC21":["gssoc","gssoc21","GSSOC21","GSSOC"]}'

0 comments on commit d66592e

Please sign in to comment.