From 7ffd16aec117efccb30923017e16c11d07220f7c Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 12 Mar 2022 13:39:48 +0800 Subject: [PATCH] fix: missing labels Signed-off-by: Wing-Kam Wong --- .github/workflows/release-npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 3827d3e3cf..f50b70831c 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -70,6 +70,7 @@ jobs: title: 'Release ${{ github.event.inputs.tag || inputs.tag }}' labels: | Bot: Automated PR + Bot: Automerge - name: Check outputs if: ${{ github.event.inputs.targetEnv == 'PROD' || inputs.targetEnv == 'PROD' }} run: | @@ -80,3 +81,4 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" PULL_REQUEST: "${{ steps.cpr.outputs.pull-request-number }}" + MERGE_LABELS: "Bot: Automerge"