Skip to content

Commit f352f97

Browse files
authored
ci: Add labels to gitflow PRs (#6997)
1 parent 94d52cb commit f352f97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gitflow-sync-develop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
destination_branch: ${{ env.DEV_BRANCH }}
3333
pr_title: '[Gitflow] Merge ${{ github.ref_name }} into ${{ env.DEV_BRANCH }}'
3434
pr_body: 'Merge ${{ github.ref_name }} branch into ${{ env.DEV_BRANCH }}'
35+
pr_label: 'Dev: Gitflow'
3536

3637
# https://github.com/marketplace/actions/enable-pull-request-automerge
3738
- name: Enable automerge for PR

.github/workflows/gitflow-sync-master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
destination_branch: ${{ env.MAIN_BRANCH }}
3535
pr_title: '[Gitflow] Merge ${{ github.ref_name }} into ${{ env.MAIN_BRANCH }}'
3636
pr_body: 'Merge ${{ github.ref_name }} branch into ${{ env.MAIN_BRANCH }}'
37+
pr_label: 'Dev: Gitflow'
3738

3839
# https://github.com/marketplace/actions/enable-pull-request-automerge
3940
- name: Enable automerge for PR

0 commit comments

Comments
 (0)