Update GitHub Action - #699
Conversation
|
Update GitHub Action workflows to use custom release token and add customizable PR creation in documentation workflow
📍Where to StartStart with the token change in release.yml and then review the PR creation logic modifications in update-docs.yml. Changes since #699 opened
Macroscope summarized f693d9c. |
There was a problem hiding this comment.
Issue on line in .github/workflows/update-docs.yml:221:
The default pull request body is redefined immediately after its initial assignment, causing the first set of content to be discarded and leading to the loss of custom default text.
This happens because there are two consecutive PR_BODY= assignments in the else block, so the second one overwrites the first.
Consider removing the duplicate PR_BODY= assignment so that the PR body includes all intended content without being overwritten.
- PR_BODY="## 🤖 Automated React Native SDK Documentation Update🚀 Reply to ask Macroscope to explain or update this suggestion.
👍 Helpful? React to give us feedback.
Recreating @neekolas's PR with his original commit only: 5f2309c
Closing his original PR, which @jhaaaa corrupted: #680