-
Notifications
You must be signed in to change notification settings - Fork 72
Replace BOTWOO_TOKEN in pr-build-live-branch workflow with github-actions bot #11050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Size Change: 0 B Total Size: 871 kB ℹ️ View Unchanged
|
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes an issue with the pr-build-live-branch workflow by replacing the BOTWOO_TOKEN with the github-actions bot and improving comment detection.
- Replaced BOTWOO_TOKEN authentication with GITHUB_TOKEN (github-actions bot)
- Improved comment detection using
gh api
instead of--edit-last
approach - Added debug logging and better error handling for comment operations
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
changelog/fix-botwoo-in-pr-live-branch-workflow | Added changelog entry documenting the workflow fix |
.github/workflows/pr-build-live-branch.yml | Updated authentication token and rewrote comment logic with improved detection and error handling |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Fixes WOOPMNT-5331
Changes proposed in this Pull Request
gh api
Testing instructions
github-actions
bot rather than @botwoo in the current PRs based on thedevelop
branch. For this PR, it's Replace BOTWOO_TOKEN in pr-build-live-branch workflow with github-actions bot #11050 (comment)npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.