We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224218a commit 0c37383Copy full SHA for 0c37383
.github/workflows/release-porting-guide.yml
@@ -74,14 +74,10 @@ jobs:
74
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
75
run: git push origin "${GIT_BRANCH}"
76
77
- - name: Create the porting guide PR as draft
+ - name: Create the porting guide PR
78
env:
79
80
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
85
##### ISSUE TYPE
86
87
- Docs Pull Request
@@ -91,7 +87,6 @@ jobs:
91
docs/docsite/rst/porting_guides/porting_guide_${{ env.ANSIBLE_VERSION_MAJOR }}.rst
92
88
run: >-
93
89
gh pr create
94
- --draft
95
90
--base devel
96
--head "${GIT_BRANCH}"
97
--title "${CI_COMMIT_MESSAGE}"
0 commit comments