From 134509e6bb625fc8be34a0b261d4a6ffea7ffe82 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Sun, 9 Jun 2024 01:24:47 +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 2b3fe93..5dc8652 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -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 \