-
Notifications
You must be signed in to change notification settings - Fork 502
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
Add JSON metadata in PRs #3466
Add JSON metadata in PRs #3466
Conversation
a8e5181
to
563dbd0
Compare
I'm not sure what's going on with the CI failure since at first glance, it appears unrelated to this change. |
It appears that other test assertions needs changes (JSON metadata in PR description) too, just my 2 cents from quick look. |
563dbd0
to
21dc0c5
Compare
21dc0c5
to
a2a9a37
Compare
@exoego The remaining failing tests seem to be unrelated to my changes. |
The failing test are caused by your changes. |
a2a9a37
to
b9d4106
Compare
@mzuehlke Thanks. I seemed to have missed that. I fixed those failing tests. |
@mzuehlke Thanks for the merge! |
This solves #3465. This ended up being quite straightforward as I didn't realize there was already a well-defined JSON serialization for updates. I think the only downside of this is a slightly larger payload that gets sent to GitHub each time a PR is created, but it does enable some interesting use cases of taking automated actions on the resulting PRs.