[codehealth] Prevent the labeler workflow from removing labels (#32542)

It seems as if we ran into this bug
https://github.com/actions/labeler/issues/442 on at least one PR
https://github.com/grpc/grpc/pull/32515. This PR utilizes the suggested
workaround until we can upgrade to a new major version release of
actions/labeler.
pull/32543/head
AJ Heller 2 years ago committed by GitHub
parent e7f86da5ac
commit b5fc93aa18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/pr-auto-tag.yaml

@ -16,4 +16,5 @@ jobs:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ""

Loading…
Cancel
Save