-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix issue for upload of pullrequest resource #1715
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Seems the PR instance not `Unmarshal` from pr.json on the dist when uploading
8d3161f
to
3220e0d
Compare
/test pull-tekton-pipeline-integration-tests |
1 similar comment
/test pull-tekton-pipeline-integration-tests |
I think this is aiming to solve the same issue as #1693. It looks like there was a mix up when cherrypicking that commit for @imjasonh @afrittoli To solve #1704 I think we need to pick other pullrequest-init commits into the latest release. In particular:
I'm fine with proceeding with this change, but we should probably undo the changes made in #1693. |
@wlynch |
This is a rather large patch, but I guess it would be difficult to cherry-pick more changes without it?
As per @vincent-pli comment, #1693 does not fix the upload issue even on master, and this patch works on top of #1693. Do we still need to revert #1693 then? If so it might be good to include the revert in this PR. |
/lgtm |
Is this fix still needed with the changes at head and in v0.9.2? |
Seems the PR instance not
Unmarshal
from pr.json on the dist when uploadingfix issue: #1714
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Double check this list of stuff that's easy to miss:
cmd
dir, please updatethe release Task to build and release this image.
Reviewer Notes
If API changes are included, additive changes must be approved by at least two OWNERS and backwards incompatible changes must be approved by more than 50% of the OWNERS, and they must first be added in a backwards compatible way.
Release Notes