)]}'
{"zuul/driver/github/githubconnection.py":[{"author":{"_account_id":39140,"name":"Dennis Walker","email":"mrdenmenace@yahoo.com"},"change_message_id":"ae20c59f8d55f596517b8e099b828a1a65ed245b","unresolved":true,"context_lines":[{"line_number":2339,"context_line":"            payload[\"commit_message\"] \u003d commit_message"},{"line_number":2340,"context_line":""},{"line_number":2341,"context_line":"        try:"},{"line_number":2342,"context_line":"            resp \u003d github.session.put(url, json\u003dpayload)"},{"line_number":2343,"context_line":"            resp.raise_for_status()"},{"line_number":2344,"context_line":"            data \u003d resp.json()"},{"line_number":2345,"context_line":"            if not data:"}],"source_content_type":"text/x-python","patch_set":1,"id":"0d7bf69d_f1be5eeb","line":2342,"updated":"2026-08-04 19:44:53.000000000","message":"Is this where we are merging the PR?  When I try this API on a stacked PR, even on the bottom of the chain, I get:\n\n```\nMerging stacked PRs via this endpoint is not supported.\nUse the asynchronous merge endpoint instead.\n```\n\nAre we getting around that somehow?","commit_id":"ef05ad2b59471a6fc20cedc4290154aff88e57c4"},{"author":{"_account_id":1,"name":"James E. Blair","email":"jim@acmegating.com","username":"corvus"},"change_message_id":"87a7695b942a7462dfadcdcd6a5a6b80767b123e","unresolved":false,"context_lines":[{"line_number":2339,"context_line":"            payload[\"commit_message\"] \u003d commit_message"},{"line_number":2340,"context_line":""},{"line_number":2341,"context_line":"        try:"},{"line_number":2342,"context_line":"            resp \u003d github.session.put(url, json\u003dpayload)"},{"line_number":2343,"context_line":"            resp.raise_for_status()"},{"line_number":2344,"context_line":"            data \u003d resp.json()"},{"line_number":2345,"context_line":"            if not data:"}],"source_content_type":"text/x-python","patch_set":1,"id":"b62d1774_a34eebcd","line":2342,"in_reply_to":"0d7bf69d_f1be5eeb","updated":"2026-08-04 20:17:06.000000000","message":"We will need to switch to the new API.  At least at first, we will probably only use the new API for stacked requests.  Since it\u0027s async, it could slow things down since we\u0027ll have to poll.  If it\u0027s fast, then we could eventually switch to using it all the time (once it\u0027s available in github enterprise).  If it\u0027s not, we\u0027ll probably want to hold onto the old one as long as possible.  Using it only for stacked PRs will let us collect data.","commit_id":"ef05ad2b59471a6fc20cedc4290154aff88e57c4"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"cff3a0aab55bb6085fd803a6bba70e3c54f0c196","unresolved":false,"context_lines":[{"line_number":2444,"context_line":"                msg \u003d \u0027Pull request merge failed: %s\u0027 % e"},{"line_number":2445,"context_line":"            raise MergeFailure(msg)"},{"line_number":2446,"context_line":""},{"line_number":2447,"context_line":"        if not result:"},{"line_number":2448,"context_line":"            raise MergeFailure(\u0027Pull request was not merged\u0027)"},{"line_number":2449,"context_line":"        log.debug(\"Merged PR %s#%s\", project, pr_number)"},{"line_number":2450,"context_line":"        # This is the new merge_commit_sha"}],"source_content_type":"text/x-python","patch_set":2,"id":"9ebe7720_a606e2fd","line":2447,"updated":"2026-08-04 23:26:01.000000000","message":"linters: F821 undefined name \u0027result\u0027","commit_id":"7829c03668d18bc2532f92d3cbc1082fef816a69"}]}
