mirror of https://github.com/tiangolo/fastapi.git
👷 Tweak labeler to not override custom labels (#12398)
This commit is contained in:
parent
31aec0967a
commit
b45192c68a
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
|
||||
- run: echo "Done adding labels"
|
||||
# Run this after labeler applied labels
|
||||
check-labels:
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue