aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/labeler.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
deleted file mode 100644
index fbfc0c946..000000000
--- a/.github/workflows/labeler.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: 'Labeler'
-on:
- pull_request_target:
-
-jobs:
- labeler:
- runs-on: ubuntu-latest
-
- steps:
- - name: Label PR
- uses: actions/labeler@v4
- with:
- repo-token: '${{ secrets.GITHUB_TOKEN }}'
- sync-labels: true