Skip to content

Commit e63a62e

Browse files
PavelSinelnikPavelSinelnik
andauthored
SP-19891: gha. remove draft from pull requests option (#237)
* gha. remove draft from pull requests option * gha. return trigger branch --------- Co-authored-by: PavelSinelnik <pavel.sinelnik@regula.by>
1 parent a875a82 commit e63a62e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-clients.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git add --all
5757
git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
5858
git push --set-upstream origin ${GITHUB_SHA::8}
59-
gh pr create --fill --draft --base develop
59+
gh pr create --fill --base develop
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
6262

@@ -99,7 +99,7 @@ jobs:
9999
git add --all
100100
git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
101101
git push --set-upstream origin ${GITHUB_SHA::8}
102-
gh pr create --fill --draft --base develop
102+
gh pr create --fill --base develop
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
105105

@@ -135,7 +135,7 @@ jobs:
135135
git add --all
136136
git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
137137
git push --set-upstream origin ${GITHUB_SHA::8}
138-
gh pr create --fill --draft --base develop
138+
gh pr create --fill --base develop
139139
env:
140140
GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
141141

@@ -172,6 +172,6 @@ jobs:
172172
git add --all
173173
git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
174174
git push --set-upstream origin ${GITHUB_SHA::8}
175-
gh pr create --fill --draft --base develop
175+
gh pr create --fill --base develop
176176
env:
177177
GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}

0 commit comments

Comments
 (0)