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