From e22e86b8791ec0bb741f4c696ca40d9b6875100b Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Fri, 28 Jun 2024 00:58:00 +0530 Subject: [PATCH] Update autoassign.yml --- .github/workflows/autoassign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 491bd79..6c3c367 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -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 \