Browse Source

fix: missing labels

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1437/head
Wing-Kam Wong 2 years ago
parent
commit
7ffd16aec1
  1. 2
      .github/workflows/release-npm.yml

2
.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"

Loading…
Cancel
Save