From 4f37d9c3acecb806750f83c289e6936560483139 Mon Sep 17 00:00:00 2001 From: Alexgao001 Date: Fri, 22 Dec 2023 10:54:10 +0800 Subject: [PATCH] remove the labeler.yaml file --- .github/workflows/labeler.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 2d9b4acec7..0000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: "Pull Request Labeler" -on: - - pull_request_target - -permissions: - contents: read - -jobs: - labeler: - permissions: - contents: read # for actions/labeler to determine modified files - pull-requests: write # for actions/labeler to add labels to PRs - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file