-
Notifications
You must be signed in to change notification settings - Fork 2
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
Testing new merge action on not forked PR #30
base: main
Are you sure you want to change the base?
Conversation
## What Does The PR Do This PR properly handles uploading impacted targets from forked PRs. This required some changes with how we check out branches from PRs - mainly, switching to the SHA instead of the ref/branch name ## Testing This was tested with two PRs using the most current SHA of this action (`7892141d5667431db80de9b7c8fd82378c7390bd`) - one was forked, and one was not **Forked** * pv72895/phil-test-repo#29 * [Successful upload of impacted targets](https://github.com/pv72895/phil-test-repo/actions/runs/7907782805/job/21585582453?pr=29) **Not forked** * pv72895/phil-test-repo#30 * [Successful upload of impacted targets](https://github.com/pv72895/phil-test-repo/actions/runs/7907814712/job/21585684986?pr=30) ## Other things done in the PR I made it so that we also print out the response body from the API call to upload impacted targets if we don't get a 200 back, which should make it much clearer as to what went wrong
/trunk merge -p1 |
/trunk cancel |
/trunk merge |
1 similar comment
/trunk merge |
/trunk cancel |
1 similar comment
/trunk cancel |
/trunk merge --priority=high |
An error occurred while handling your Trunk command: |
1 similar comment
An error occurred while handling your Trunk command: |
/trunk cancel |
/trunk merge |
/trunk cancel |
/trunk merge -p0 |
An error occurred while submitting your PR to the queue: |
1 similar comment
An error occurred while submitting your PR to the queue: |
/trunk merge -p0 |
An error occurred while submitting your PR to the queue: |
1 similar comment
An error occurred while submitting your PR to the queue: |
This PR isn't forked but is using the same action as the forked equivalent - #29