Skip to content

Commit

Permalink
Update autoassign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushg-07 authored Jun 27, 2024
1 parent be47497 commit e22e86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Auto label issue
run: |
# LABELS='["good first issue", "gssoc", "level1"]'
LABELS='[ "gssoc"
LABELS='[ "gssoc" ]'
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels \
Expand Down

0 comments on commit e22e86b

Please sign in to comment.