From a942ed2f344ef6964e9bfb2d750f6a57ff2d9fe6 Mon Sep 17 00:00:00 2001 From: Victor Login Date: Mon, 16 Jan 2023 13:20:44 +0600 Subject: [PATCH] Delete label.yml Signed-off-by: Victor Login --- .github/workflows/label.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 9b81dbd8788..00000000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: Labeler -on: [pull_request] - -permissions: # added using https://github.com/step-security/secure-workflows - contents: read - -jobs: - label: - - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - - steps: - - name: Harden Runner - uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0 - with: - egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # v4.0.2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"