aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/label-sync.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml
deleted file mode 100644
index 5e70573d2..000000000
--- a/.github/workflows/label-sync.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: Label Sync
-on:
- schedule:
- - cron: '0 0 * * *'
- push:
- branches:
- - main
- paths:
- - '.github/labels.yml'
- workflow_dispatch:
-
-jobs:
- label-sync:
- name: Label sync
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v3
-
- - name: Sync labels
- uses: crazy-max/ghaction-github-labeler@v4
- with:
- github-token: ${{ secrets.GITHUB_TOKEN }}