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"