From 6c6e5196a3d4d333f2815d1f953360b3ae4e0bf0 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Fri, 6 May 2022 22:08:28 -0400 Subject: [PATCH] Stop labeling PRs with Needs-Triage --- .github/label-config.yml | 5 ----- .github/workflows/label.yml | 15 --------------- 2 files changed, 20 deletions(-) delete mode 100644 .github/label-config.yml delete mode 100644 .github/workflows/label.yml diff --git a/.github/label-config.yml b/.github/label-config.yml deleted file mode 100644 index d4becb1ec5c61..0000000000000 --- a/.github/label-config.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Config for the label workflow -# Schema: https://github.com/actions/labeler#create-githublabeleryml - -S-Needs-Triage: -- "**" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index fd16a55d86efe..0000000000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: PR-Labeler -on: - pull_request_target: - types: - - opened - -jobs: - label: - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v4 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/label-config.yml