From: Sebastián Ramírez Date: Mon, 7 Oct 2024 20:11:20 +0000 (+0200) Subject: 👷 Tweak labeler to not override custom labels (#12398) X-Git-Tag: 0.115.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b45192c68a49876e5657c9fb7704e02d91c1633b;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Tweak labeler to not override custom labels (#12398) --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c3bb83f9a5..e8e58015a2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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: