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 8, 2024
1 parent 7c3752a commit 134509e
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 @@ -21,7 +21,7 @@ jobs:
- name: Auto label issue
run: |
LABELS='["good first issue", "gssoc", "level 1"]'
LABELS='["good first issue", "gssoc", "level 3"]'
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 134509e

Please sign in to comment.