From 122a32406b481047a4533c3951d4e7167e955468 Mon Sep 17 00:00:00 2001 From: ANSHIKA-26 <114569262+ANSHIKA-26@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:59:11 +0530 Subject: [PATCH] 1 label --- .github/workflows/auto_label.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/auto_label.yaml b/.github/workflows/auto_label.yaml index c2c51fad..fc89d5a9 100644 --- a/.github/workflows/auto_label.yaml +++ b/.github/workflows/auto_label.yaml @@ -18,7 +18,6 @@ jobs: github_token: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN instead of GITHUB_TOKEN labels: | ggsoc-ext - hacktoberfest-accepted - name: Add labels to new pull requests if: github.event_name == 'pull_request' @@ -26,5 +25,4 @@ jobs: with: github_token: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN instead of GITHUB_TOKEN labels: | - ggsoc-ext - hacktoberfest-accepted + ggsoc-ext \ No newline at end of file