Browse Source

chore: keep one label

pull/2532/head 0.92.3
Wing-Kam Wong 2 years ago
parent
commit
ee17779137
  1. 2
      .github/workflows/pr-to-master.yml
  2. 4
      .github/workflows/release-npm.yml
  3. 4
      .github/workflows/update-sdk-path.yml

2
.github/workflows/pr-to-master.yml

@ -47,7 +47,7 @@ jobs:
source_branch: "develop"
destination_branch: "master"
pr_title: '${{ github.event.inputs.tag || inputs.tag }} Pre-release'
pr_label: 'Bot: Automated PR,Bot: Automerge'
pr_label: 'Bot: Automerge'
- name: Check outputs
if: ${{ github.event.inputs.targetEnv == 'PROD' || inputs.targetEnv == 'PROD' }}
run: |

4
.github/workflows/release-npm.yml

@ -76,9 +76,7 @@ jobs:
branch: 'release/${{ github.event.inputs.tag || inputs.tag }}'
delete-branch: true
title: 'Release ${{ github.event.inputs.tag || inputs.tag }}'
labels: |
Bot: Automated PR
Bot: Automerge
labels: 'Bot: Automerge'
- name: Check outputs
if: ${{ github.event.inputs.targetEnv == 'PROD' || inputs.targetEnv == 'PROD' }}
run: |

4
.github/workflows/update-sdk-path.yml

@ -35,9 +35,7 @@ jobs:
branch: 'bot/update-nocodb-sdk-path'
delete-branch: true
title: 'Update nocodb-sdk to local path'
labels: |
Bot: Automated PR
Bot: Automerge
labels: 'Bot: Automerge'
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"

Loading…
Cancel
Save