Nuke labeler workflow from the backport branch

This commit is contained in:
Jakub Kuczys
2023-04-19 04:26:03 +02:00
parent 0d44b0cd9d
commit c755a214d0

View File

@@ -1,16 +0,0 @@
name: Auto Labeler - PRs
on:
pull_request_target:
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Apply Type Label
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: "" # this is a temporary workaround, see #4844