From c0607fb6e711da25999db9715f3d11b93ee2730e Mon Sep 17 00:00:00 2001 From: Nuhman Pk <62880706+nuhmanpk@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:54:11 +0530 Subject: [PATCH] Update label.yml --- .github/workflows/label.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5cdc45e..64aaf92 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -5,18 +5,18 @@ # file with configuration. For more information, see: # https://github.com/actions/labeler -name: Labeler -on: [pull_request] +# name: Labeler +# on: [pull_request] -jobs: - label: +# jobs: +# label: - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write +# runs-on: ubuntu-latest +# permissions: +# contents: read +# pull-requests: write - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" +# steps: +# - uses: actions/labeler@v2 +# with: +# repo-token: "${{ secrets.GITHUB_TOKEN }}"