Skip to content

Commit 0c37383

Browse files
authored
Fixes #3041 (#3065)
Remove `--draft` (and related comments) from the creating porting guide step, as per the noted issue.
1 parent 224218a commit 0c37383

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release-porting-guide.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,10 @@ jobs:
7474
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
7575
run: git push origin "${GIT_BRANCH}"
7676

77-
- name: Create the porting guide PR as draft
77+
- name: Create the porting guide PR
7878
env:
7979
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
8080
PR_BODY_MESSAGE: |-
81-
##### SUMMARY
82-
83-
This is a draft PR. Please mark the PR as ready for review to trigger PR checks.
84-
8581
##### ISSUE TYPE
8682
8783
- Docs Pull Request
@@ -91,7 +87,6 @@ jobs:
9187
docs/docsite/rst/porting_guides/porting_guide_${{ env.ANSIBLE_VERSION_MAJOR }}.rst
9288
run: >-
9389
gh pr create
94-
--draft
9590
--base devel
9691
--head "${GIT_BRANCH}"
9792
--title "${CI_COMMIT_MESSAGE}"

0 commit comments

Comments
 (0)