From ce41e0db80993266d347fedc5c34fcd69d21f065 Mon Sep 17 00:00:00 2001 From: Shovit <119912892+Virtual4087@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:21:01 +0545 Subject: [PATCH] Update auto-label.yml --- .github/workflows/auto-label.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 676724f..db69687 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -19,7 +19,6 @@ jobs: const issueBody = issue.body ? issue.body.toLowerCase() : ''; const issueTitle = issue.title.toLowerCase(); - // Add gssoc label to all issues await github.rest.issues.addLabels({ owner: context.repo.owner, repo: context.repo.repo,