From 5c3686c1ad19a50da4a6d043bc3ffb6600e414fc Mon Sep 17 00:00:00 2001 From: trajan0x <83933037+trajan0x@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:50:34 -0400 Subject: [PATCH] fe release label workflow (#3238) * add fe-release label * fix label --------- Co-authored-by: Trajan0x --- .github/workflows/labeler.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9288fca1bc..5f7537182b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -31,3 +31,10 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} # Optional filesizelimit: 15MB + + - name: Add 'fe-release' label + if: github.event.pull_request.base.ref == 'fe-release' + uses: actions-ecosystem/action-add-labels@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + labels: 'fe-release'