We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6553f0 commit 7e1b04fCopy full SHA for 7e1b04f
.github/workflows/release-repository.yaml
@@ -81,7 +81,7 @@ jobs:
81
--notes-from-tag
82
83
- name: Create pull request to main branch
84
- if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH }}
+ if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && github.event.inputs.automatic_mode == true }}
85
run: |
86
gh pr create \
87
--base ${{ env.MAIN_BRANCH }} \
0 commit comments