Skip to content

Commit bd9eff9

Browse files
committed
create PR to trigger required checks before push to main
1 parent 519a992 commit bd9eff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,12 @@ jobs:
130130
git merge --ff-only ${{ env.BRANCH_NAME }}
131131
- name: Attempt Push with Retry
132132
env:
133+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133134
RETRY_MAX_TIME: 600
134135
RETRY_INTERVAL: 10
135136
run: |
137+
gh pr create --base main --head ${{ env.BRANCH_NAME }} --title "Release ${{ env.BRANCH_NAME }} ff-merge" --body "Release ${{ env.BRANCH_NAME }} ff-merge"
138+
136139
START_TIME=$(date +%s)
137140
while true; do
138141
git push origin main && break

0 commit comments

Comments
 (0)