Browse Source

👷 Do not sync labels as it overrides manually added labels (#12024)

pull/12026/head
Sebastián Ramírez 8 months ago
committed by GitHub
parent
commit
2c98017200
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/labeler.yml

2
.github/workflows/labeler.yml

@ -17,8 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true
# Run this after labeler applied labels
check-labels:
needs:

Loading…
Cancel
Save