Skip to content

Commit

Permalink
Merge pull request #123 from muthuannamalai12/add-auto_label_for_issues
Browse files Browse the repository at this point in the history
Added auto label for issues
  • Loading branch information
avinashkranjan committed Mar 31, 2021
2 parents 8720e7f + d66592e commit 4a11940
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 4a11940

Please sign in to comment.