We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d52cb commit f352f97Copy full SHA for f352f97
.github/workflows/gitflow-sync-develop.yml
@@ -32,6 +32,7 @@ jobs:
32
destination_branch: ${{ env.DEV_BRANCH }}
33
pr_title: '[Gitflow] Merge ${{ github.ref_name }} into ${{ env.DEV_BRANCH }}'
34
pr_body: 'Merge ${{ github.ref_name }} branch into ${{ env.DEV_BRANCH }}'
35
+ pr_label: 'Dev: Gitflow'
36
37
# https://github.com/marketplace/actions/enable-pull-request-automerge
38
- name: Enable automerge for PR
.github/workflows/gitflow-sync-master.yml
@@ -34,6 +34,7 @@ jobs:
destination_branch: ${{ env.MAIN_BRANCH }}
pr_title: '[Gitflow] Merge ${{ github.ref_name }} into ${{ env.MAIN_BRANCH }}'
pr_body: 'Merge ${{ github.ref_name }} branch into ${{ env.MAIN_BRANCH }}'
39
40
0 commit comments