Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/release-porting-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,10 @@ jobs:
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
run: git push origin "${GIT_BRANCH}"

- name: Create the porting guide PR as draft
- name: Create the porting guide PR
env:
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
PR_BODY_MESSAGE: |-
##### SUMMARY

This is a draft PR. Please mark the PR as ready for review to trigger PR checks.

##### ISSUE TYPE

- Docs Pull Request
Expand All @@ -91,7 +87,6 @@ jobs:
docs/docsite/rst/porting_guides/porting_guide_${{ env.ANSIBLE_VERSION_MAJOR }}.rst
run: >-
gh pr create
--draft
--base devel
--head "${GIT_BRANCH}"
--title "${CI_COMMIT_MESSAGE}"
Expand Down