Browse Source

👷 Tweak labeler to not override custom labels (#12398)

pull/12399/head
Sebastián Ramírez 6 months ago
committed by GitHub
parent
commit
b45192c68a
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,6 +17,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v5 - uses: actions/labeler@v5
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
- run: echo "Done adding labels"
# Run this after labeler applied labels # Run this after labeler applied labels
check-labels: check-labels:
needs: needs:

Loading…
Cancel
Save