airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.51k stars 3.99k forks source link

Github Connector: schema incorrect for auto_merge #9775

Closed bleonard closed 1 year ago

bleonard commented 2 years ago

Environment

Current Behavior

Error during normalization on Github connector. It looks like the schema thinks auto_merge is a boolean, but the data shows it is a JSON object.

Error:

2022-01-25 00:05:45 normalization > 2022-01-25 00:05:33.050103 (MainThread): Database Error in model pull_requests (models/generated/airbyte_incremental/public/pull_requests.sql)
2022-01-25 00:05:45 normalization > 2022-01-25 00:05:33.050436 (MainThread):   invalid input syntax for type boolean: "{"enabled_by": {"id": 303226, "url": "https://api.github.com/users/evantahler", "type": "User", "login": "evantahler", "node_id": "MDQ6VXNlcjMwMzIyNg==", "html_url": "https://github.com/evantahler", "gists_url": "https://api.github.com/users/evantahler/gists{/gist_id}", "repos_url": "https://api.github.com/users/evantahler/repos", "avatar_url": "https://avatars.githubusercontent.com/u/303226?v=4", "events_url": "https://api.github.com/users/evantahler/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/evantahler/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/evantahler/followers", "following_url": "https://api.github.com/users/evantahler/following{/other_user}", "organizations_url": "https://api.github.com/users/evantahler/orgs", "subscriptions_url": "https://api.github.com/users/evantahler/subscriptions", "received_events_url": "https://api.github.com/users/evantahler/received_events"}, "commit_title": "Remove reEnqueueIfGuidParams (#1372)", "merge_method": "squash", "commit_message": ""}"
2022-01-25 00:05:45 normalization > 2022-01-25 00:05:33.050853 (MainThread):   compiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_incremental/public/pull_requests.sql
2022-01-25 00:05:45 normalization > 2022-01-25 00:05:33.051878 (MainThread): 

Expected Behavior

No error.

Likely the schema should be something like this:

  "auto_merge": {
    "enabled_by": User,
    "commit_title": string,
    "merge_method": string,
    "commit_message": string
  },

Logs

This is the actual contents from the row (dbc7b774-0b8b-4934-9459-3b4b0238bd9c) in _airbyte_raw_pull_requests

LOG Formatted: ```json { "id": 581183204, "url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372", "base": { "ref": "master", "sha": "bcb0f51e81dd5fc310c11e4eede7b1b6929a8629", "repo": { "id": 250316892, "url": "https://api.github.com/repos/grouparoo/grouparoo", "fork": false, "name": "grouparoo", "size": 52962, "forks": 53, "owner": { "id": 55261675, "url": "https://api.github.com/users/grouparoo", "type": "Organization", "login": "grouparoo", "node_id": "MDEyOk9yZ2FuaXphdGlvbjU1MjYxNjc1", "html_url": "https://github.com/grouparoo", "gists_url": "https://api.github.com/users/grouparoo/gists{/gist_id}", "repos_url": "https://api.github.com/users/grouparoo/repos", "avatar_url": "https://avatars.githubusercontent.com/u/55261675?v=4", "events_url": "https://api.github.com/users/grouparoo/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/grouparoo/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/grouparoo/followers", "following_url": "https://api.github.com/users/grouparoo/following{/other_user}", "organizations_url": "https://api.github.com/users/grouparoo/orgs", "subscriptions_url": "https://api.github.com/users/grouparoo/subscriptions", "received_events_url": "https://api.github.com/users/grouparoo/received_events" }, "topics": [ "apis", "communication", "docker", "email", "events", "grouparoo", "hacktoberfest", "integration-framework", "low-code", "marketing", "marketing-analytics", "marketing-automation", "marketing-operations", "marketing-tools", "nodejs", "push-notifications", "reverse-etl", "self-hosted", "typescript" ], "git_url": "git://github.com/grouparoo/grouparoo.git", "license": { "key": "other", "url": null, "name": "Other", "node_id": "MDc6TGljZW5zZTA=", "spdx_id": "NOASSERTION" }, "node_id": "MDEwOlJlcG9zaXRvcnkyNTAzMTY4OTI=", "private": false, "ssh_url": "git@github.com:grouparoo/grouparoo.git", "svn_url": "https://github.com/grouparoo/grouparoo", "archived": false, "disabled": false, "has_wiki": false, "homepage": "https://www.grouparoo.com", "html_url": "https://github.com/grouparoo/grouparoo", "keys_url": "https://api.github.com/repos/grouparoo/grouparoo/keys{/key_id}", "language": "JavaScript", "tags_url": "https://api.github.com/repos/grouparoo/grouparoo/tags", "watchers": 545, "blobs_url": "https://api.github.com/repos/grouparoo/grouparoo/git/blobs{/sha}", "clone_url": "https://github.com/grouparoo/grouparoo.git", "forks_url": "https://api.github.com/repos/grouparoo/grouparoo/forks", "full_name": "grouparoo/grouparoo", "has_pages": true, "hooks_url": "https://api.github.com/repos/grouparoo/grouparoo/hooks", "pulls_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls{/number}", "pushed_at": "2022-01-24T23:11:43Z", "teams_url": "https://api.github.com/repos/grouparoo/grouparoo/teams", "trees_url": "https://api.github.com/repos/grouparoo/grouparoo/git/trees{/sha}", "created_at": "2020-03-26T16:49:01Z", "events_url": "https://api.github.com/repos/grouparoo/grouparoo/events", "has_issues": true, "issues_url": "https://api.github.com/repos/grouparoo/grouparoo/issues{/number}", "labels_url": "https://api.github.com/repos/grouparoo/grouparoo/labels{/name}", "merges_url": "https://api.github.com/repos/grouparoo/grouparoo/merges", "mirror_url": null, "updated_at": "2022-01-24T20:52:22Z", "visibility": "public", "archive_url": "https://api.github.com/repos/grouparoo/grouparoo/{archive_format}{/ref}", "commits_url": "https://api.github.com/repos/grouparoo/grouparoo/commits{/sha}", "compare_url": "https://api.github.com/repos/grouparoo/grouparoo/compare/{base}...{head}", "description": "🦘 The Grouparoo Monorepo - open source customer data sync framework", "forks_count": 53, "is_template": false, "open_issues": 62, "branches_url": "https://api.github.com/repos/grouparoo/grouparoo/branches{/branch}", "comments_url": "https://api.github.com/repos/grouparoo/grouparoo/comments{/number}", "contents_url": "https://api.github.com/repos/grouparoo/grouparoo/contents/{+path}", "git_refs_url": "https://api.github.com/repos/grouparoo/grouparoo/git/refs{/sha}", "git_tags_url": "https://api.github.com/repos/grouparoo/grouparoo/git/tags{/sha}", "has_projects": false, "releases_url": "https://api.github.com/repos/grouparoo/grouparoo/releases{/id}", "statuses_url": "https://api.github.com/repos/grouparoo/grouparoo/statuses/{sha}", "allow_forking": true, "assignees_url": "https://api.github.com/repos/grouparoo/grouparoo/assignees{/user}", "downloads_url": "https://api.github.com/repos/grouparoo/grouparoo/downloads", "has_downloads": true, "languages_url": "https://api.github.com/repos/grouparoo/grouparoo/languages", "default_branch": "main", "milestones_url": "https://api.github.com/repos/grouparoo/grouparoo/milestones{/number}", "stargazers_url": "https://api.github.com/repos/grouparoo/grouparoo/stargazers", "watchers_count": 545, "deployments_url": "https://api.github.com/repos/grouparoo/grouparoo/deployments", "git_commits_url": "https://api.github.com/repos/grouparoo/grouparoo/git/commits{/sha}", "subscribers_url": "https://api.github.com/repos/grouparoo/grouparoo/subscribers", "contributors_url": "https://api.github.com/repos/grouparoo/grouparoo/contributors", "issue_events_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/events{/number}", "stargazers_count": 545, "subscription_url": "https://api.github.com/repos/grouparoo/grouparoo/subscription", "collaborators_url": "https://api.github.com/repos/grouparoo/grouparoo/collaborators{/collaborator}", "issue_comment_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/comments{/number}", "notifications_url": "https://api.github.com/repos/grouparoo/grouparoo/notifications{?since,all,participating}", "open_issues_count": 62 }, "user": { "id": 55261675, "url": "https://api.github.com/users/grouparoo", "type": "Organization", "login": "grouparoo", "node_id": "MDEyOk9yZ2FuaXphdGlvbjU1MjYxNjc1", "html_url": "https://github.com/grouparoo", "gists_url": "https://api.github.com/users/grouparoo/gists{/gist_id}", "repos_url": "https://api.github.com/users/grouparoo/repos", "avatar_url": "https://avatars.githubusercontent.com/u/55261675?v=4", "events_url": "https://api.github.com/users/grouparoo/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/grouparoo/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/grouparoo/followers", "following_url": "https://api.github.com/users/grouparoo/following{/other_user}", "organizations_url": "https://api.github.com/users/grouparoo/orgs", "subscriptions_url": "https://api.github.com/users/grouparoo/subscriptions", "received_events_url": "https://api.github.com/users/grouparoo/received_events" }, "label": "grouparoo:master", "repo_id": null }, "body": "`reEnqueueIfGuidParams` was a utility to aid folks between the `v0.1` and `v0.2` migration so they don't loose any resque tasks that used to use `guid` as we moved to `id`. However, now that our Run system can retry/resume runs, this utility is less important.", "head": { "ref": "reEnqueueIfGuidParams", "sha": "697be95d27d50abda11e67dbffd86b202f07feb0", "user": { "id": 55261675, "url": "https://api.github.com/users/grouparoo", "type": "Organization", "login": "grouparoo", "node_id": "MDEyOk9yZ2FuaXphdGlvbjU1MjYxNjc1", "html_url": "https://github.com/grouparoo", "gists_url": "https://api.github.com/users/grouparoo/gists{/gist_id}", "repos_url": "https://api.github.com/users/grouparoo/repos", "avatar_url": "https://avatars.githubusercontent.com/u/55261675?v=4", "events_url": "https://api.github.com/users/grouparoo/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/grouparoo/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/grouparoo/followers", "following_url": "https://api.github.com/users/grouparoo/following{/other_user}", "organizations_url": "https://api.github.com/users/grouparoo/orgs", "subscriptions_url": "https://api.github.com/users/grouparoo/subscriptions", "received_events_url": "https://api.github.com/users/grouparoo/received_events" }, "label": "grouparoo:reEnqueueIfGuidParams", "repo_id": 250316892 }, "user": { "id": 303226, "url": "https://api.github.com/users/evantahler", "type": "User", "login": "evantahler", "node_id": "MDQ6VXNlcjMwMzIyNg==", "html_url": "https://github.com/evantahler", "gists_url": "https://api.github.com/users/evantahler/gists{/gist_id}", "repos_url": "https://api.github.com/users/evantahler/repos", "avatar_url": "https://avatars.githubusercontent.com/u/303226?v=4", "events_url": "https://api.github.com/users/evantahler/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/evantahler/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/evantahler/followers", "following_url": "https://api.github.com/users/evantahler/following{/other_user}", "organizations_url": "https://api.github.com/users/evantahler/orgs", "subscriptions_url": "https://api.github.com/users/evantahler/subscriptions", "received_events_url": "https://api.github.com/users/evantahler/received_events" }, "draft": false, "state": "closed", "title": "Remove reEnqueueIfGuidParams", "_links": { "html": { "href": "https://github.com/grouparoo/grouparoo/pull/1372" }, "self": { "href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372" }, "issue": { "href": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372" }, "commits": { "href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/commits" }, "comments": { "href": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372/comments" }, "statuses": { "href": "https://api.github.com/repos/grouparoo/grouparoo/statuses/697be95d27d50abda11e67dbffd86b202f07feb0" }, "review_comment": { "href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/comments{/number}" }, "review_comments": { "href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/comments" } }, "labels": [ { "id": 2019522130, "url": "https://api.github.com/repos/grouparoo/grouparoo/labels/internal", "name": "internal", "color": "f9d3a4", "default": false, "node_id": "MDU6TGFiZWwyMDE5NTIyMTMw", "description": "chores and housekeeping" } ], "locked": false, "number": 1372, "node_id": "MDExOlB1bGxSZXF1ZXN0NTgxMTgzMjA0", "assignee": null, "diff_url": "https://github.com/grouparoo/grouparoo/pull/1372.diff", "html_url": "https://github.com/grouparoo/grouparoo/pull/1372", "assignees": [], "closed_at": "2021-02-26T23:10:45Z", "issue_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372", "merged_at": "2021-02-26T23:10:45Z", "milestone": null, "patch_url": "https://github.com/grouparoo/grouparoo/pull/1372.patch", "auto_merge": { "enabled_by": { "id": 303226, "url": "https://api.github.com/users/evantahler", "type": "User", "login": "evantahler", "node_id": "MDQ6VXNlcjMwMzIyNg==", "html_url": "https://github.com/evantahler", "gists_url": "https://api.github.com/users/evantahler/gists{/gist_id}", "repos_url": "https://api.github.com/users/evantahler/repos", "avatar_url": "https://avatars.githubusercontent.com/u/303226?v=4", "events_url": "https://api.github.com/users/evantahler/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/evantahler/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/evantahler/followers", "following_url": "https://api.github.com/users/evantahler/following{/other_user}", "organizations_url": "https://api.github.com/users/evantahler/orgs", "subscriptions_url": "https://api.github.com/users/evantahler/subscriptions", "received_events_url": "https://api.github.com/users/evantahler/received_events" }, "commit_title": "Remove reEnqueueIfGuidParams (#1372)", "merge_method": "squash", "commit_message": "" }, "created_at": "2021-02-26T23:02:06Z", "repository": "grouparoo/grouparoo", "updated_at": "2021-02-26T23:10:46Z", "commits_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/commits", "comments_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372/comments", "statuses_url": "https://api.github.com/repos/grouparoo/grouparoo/statuses/697be95d27d50abda11e67dbffd86b202f07feb0", "requested_teams": [], "merge_commit_sha": "85097fd5bcf3219f1faef9563b1d55e0fea5a298", "active_lock_reason": null, "author_association": "MEMBER", "review_comment_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/comments{/number}", "requested_reviewers": [], "review_comments_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/comments" } ``` unformatted ```txt {"id": 581183204, "url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372", "base": {"ref": "master", "sha": "bcb0f51e81dd5fc310c11e4eede7b1b6929a8629", "repo": {"id": 250316892, "url": "https://api.github.com/repos/grouparoo/grouparoo", "fork": false, "name": "grouparoo", "size": 52962, "forks": 53, "owner": {"id": 55261675, "url": "https://api.github.com/users/grouparoo", "type": "Organization", "login": "grouparoo", "node_id": "MDEyOk9yZ2FuaXphdGlvbjU1MjYxNjc1", "html_url": "https://github.com/grouparoo", "gists_url": "https://api.github.com/users/grouparoo/gists{/gist_id}", "repos_url": "https://api.github.com/users/grouparoo/repos", "avatar_url": "https://avatars.githubusercontent.com/u/55261675?v=4", "events_url": "https://api.github.com/users/grouparoo/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/grouparoo/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/grouparoo/followers", "following_url": "https://api.github.com/users/grouparoo/following{/other_user}", "organizations_url": "https://api.github.com/users/grouparoo/orgs", "subscriptions_url": "https://api.github.com/users/grouparoo/subscriptions", "received_events_url": "https://api.github.com/users/grouparoo/received_events"}, "topics": ["apis", "communication", "docker", "email", "events", "grouparoo", "hacktoberfest", "integration-framework", "low-code", "marketing", "marketing-analytics", "marketing-automation", "marketing-operations", "marketing-tools", "nodejs", "push-notifications", "reverse-etl", "self-hosted", "typescript"], "git_url": "git://github.com/grouparoo/grouparoo.git", "license": {"key": "other", "url": null, "name": "Other", "node_id": "MDc6TGljZW5zZTA=", "spdx_id": "NOASSERTION"}, "node_id": "MDEwOlJlcG9zaXRvcnkyNTAzMTY4OTI=", "private": false, "ssh_url": "git@github.com:grouparoo/grouparoo.git", "svn_url": "https://github.com/grouparoo/grouparoo", "archived": false, "disabled": false, "has_wiki": false, "homepage": "https://www.grouparoo.com", "html_url": "https://github.com/grouparoo/grouparoo", "keys_url": "https://api.github.com/repos/grouparoo/grouparoo/keys{/key_id}", "language": "JavaScript", "tags_url": "https://api.github.com/repos/grouparoo/grouparoo/tags", "watchers": 545, "blobs_url": "https://api.github.com/repos/grouparoo/grouparoo/git/blobs{/sha}", "clone_url": "https://github.com/grouparoo/grouparoo.git", "forks_url": "https://api.github.com/repos/grouparoo/grouparoo/forks", "full_name": "grouparoo/grouparoo", "has_pages": true, "hooks_url": "https://api.github.com/repos/grouparoo/grouparoo/hooks", "pulls_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls{/number}", "pushed_at": "2022-01-24T23:11:43Z", "teams_url": "https://api.github.com/repos/grouparoo/grouparoo/teams", "trees_url": "https://api.github.com/repos/grouparoo/grouparoo/git/trees{/sha}", "created_at": "2020-03-26T16:49:01Z", "events_url": "https://api.github.com/repos/grouparoo/grouparoo/events", "has_issues": true, "issues_url": "https://api.github.com/repos/grouparoo/grouparoo/issues{/number}", "labels_url": "https://api.github.com/repos/grouparoo/grouparoo/labels{/name}", "merges_url": "https://api.github.com/repos/grouparoo/grouparoo/merges", "mirror_url": null, "updated_at": "2022-01-24T20:52:22Z", "visibility": "public", "archive_url": "https://api.github.com/repos/grouparoo/grouparoo/{archive_format}{/ref}", "commits_url": "https://api.github.com/repos/grouparoo/grouparoo/commits{/sha}", "compare_url": "https://api.github.com/repos/grouparoo/grouparoo/compare/{base}...{head}", "description": "🦘 The Grouparoo Monorepo - open source customer data sync framework", "forks_count": 53, "is_template": false, "open_issues": 62, "branches_url": "https://api.github.com/repos/grouparoo/grouparoo/branches{/branch}", "comments_url": "https://api.github.com/repos/grouparoo/grouparoo/comments{/number}", "contents_url": "https://api.github.com/repos/grouparoo/grouparoo/contents/{+path}", "git_refs_url": "https://api.github.com/repos/grouparoo/grouparoo/git/refs{/sha}", "git_tags_url": "https://api.github.com/repos/grouparoo/grouparoo/git/tags{/sha}", "has_projects": false, "releases_url": "https://api.github.com/repos/grouparoo/grouparoo/releases{/id}", "statuses_url": "https://api.github.com/repos/grouparoo/grouparoo/statuses/{sha}", "allow_forking": true, "assignees_url": "https://api.github.com/repos/grouparoo/grouparoo/assignees{/user}", "downloads_url": "https://api.github.com/repos/grouparoo/grouparoo/downloads", "has_downloads": true, "languages_url": "https://api.github.com/repos/grouparoo/grouparoo/languages", "default_branch": "main", "milestones_url": "https://api.github.com/repos/grouparoo/grouparoo/milestones{/number}", "stargazers_url": "https://api.github.com/repos/grouparoo/grouparoo/stargazers", "watchers_count": 545, "deployments_url": "https://api.github.com/repos/grouparoo/grouparoo/deployments", "git_commits_url": "https://api.github.com/repos/grouparoo/grouparoo/git/commits{/sha}", "subscribers_url": "https://api.github.com/repos/grouparoo/grouparoo/subscribers", "contributors_url": "https://api.github.com/repos/grouparoo/grouparoo/contributors", "issue_events_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/events{/number}", "stargazers_count": 545, "subscription_url": "https://api.github.com/repos/grouparoo/grouparoo/subscription", "collaborators_url": "https://api.github.com/repos/grouparoo/grouparoo/collaborators{/collaborator}", "issue_comment_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/comments{/number}", "notifications_url": "https://api.github.com/repos/grouparoo/grouparoo/notifications{?since,all,participating}", "open_issues_count": 62}, "user": {"id": 55261675, "url": "https://api.github.com/users/grouparoo", "type": "Organization", "login": "grouparoo", "node_id": "MDEyOk9yZ2FuaXphdGlvbjU1MjYxNjc1", "html_url": "https://github.com/grouparoo", "gists_url": "https://api.github.com/users/grouparoo/gists{/gist_id}", "repos_url": "https://api.github.com/users/grouparoo/repos", "avatar_url": "https://avatars.githubusercontent.com/u/55261675?v=4", "events_url": "https://api.github.com/users/grouparoo/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/grouparoo/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/grouparoo/followers", "following_url": "https://api.github.com/users/grouparoo/following{/other_user}", "organizations_url": "https://api.github.com/users/grouparoo/orgs", "subscriptions_url": "https://api.github.com/users/grouparoo/subscriptions", "received_events_url": "https://api.github.com/users/grouparoo/received_events"}, "label": "grouparoo:master", "repo_id": null}, "body": "`reEnqueueIfGuidParams` was a utility to aid folks between the `v0.1` and `v0.2` migration so they don't loose any resque tasks that used to use `guid` as we moved to `id`. However, now that our Run system can retry/resume runs, this utility is less important.", "head": {"ref": "reEnqueueIfGuidParams", "sha": "697be95d27d50abda11e67dbffd86b202f07feb0", "user": {"id": 55261675, "url": "https://api.github.com/users/grouparoo", "type": "Organization", "login": "grouparoo", "node_id": "MDEyOk9yZ2FuaXphdGlvbjU1MjYxNjc1", "html_url": "https://github.com/grouparoo", "gists_url": "https://api.github.com/users/grouparoo/gists{/gist_id}", "repos_url": "https://api.github.com/users/grouparoo/repos", "avatar_url": "https://avatars.githubusercontent.com/u/55261675?v=4", "events_url": "https://api.github.com/users/grouparoo/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/grouparoo/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/grouparoo/followers", "following_url": "https://api.github.com/users/grouparoo/following{/other_user}", "organizations_url": "https://api.github.com/users/grouparoo/orgs", "subscriptions_url": "https://api.github.com/users/grouparoo/subscriptions", "received_events_url": "https://api.github.com/users/grouparoo/received_events"}, "label": "grouparoo:reEnqueueIfGuidParams", "repo_id": 250316892}, "user": {"id": 303226, "url": "https://api.github.com/users/evantahler", "type": "User", "login": "evantahler", "node_id": "MDQ6VXNlcjMwMzIyNg==", "html_url": "https://github.com/evantahler", "gists_url": "https://api.github.com/users/evantahler/gists{/gist_id}", "repos_url": "https://api.github.com/users/evantahler/repos", "avatar_url": "https://avatars.githubusercontent.com/u/303226?v=4", "events_url": "https://api.github.com/users/evantahler/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/evantahler/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/evantahler/followers", "following_url": "https://api.github.com/users/evantahler/following{/other_user}", "organizations_url": "https://api.github.com/users/evantahler/orgs", "subscriptions_url": "https://api.github.com/users/evantahler/subscriptions", "received_events_url": "https://api.github.com/users/evantahler/received_events"}, "draft": false, "state": "closed", "title": "Remove reEnqueueIfGuidParams", "_links": {"html": {"href": "https://github.com/grouparoo/grouparoo/pull/1372"}, "self": {"href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372"}, "issue": {"href": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372"}, "commits": {"href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/commits"}, "comments": {"href": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372/comments"}, "statuses": {"href": "https://api.github.com/repos/grouparoo/grouparoo/statuses/697be95d27d50abda11e67dbffd86b202f07feb0"}, "review_comment": {"href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/comments{/number}"}, "review_comments": {"href": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/comments"}}, "labels": [{"id": 2019522130, "url": "https://api.github.com/repos/grouparoo/grouparoo/labels/internal", "name": "internal", "color": "f9d3a4", "default": false, "node_id": "MDU6TGFiZWwyMDE5NTIyMTMw", "description": "chores and housekeeping"}], "locked": false, "number": 1372, "node_id": "MDExOlB1bGxSZXF1ZXN0NTgxMTgzMjA0", "assignee": null, "diff_url": "https://github.com/grouparoo/grouparoo/pull/1372.diff", "html_url": "https://github.com/grouparoo/grouparoo/pull/1372", "assignees": [], "closed_at": "2021-02-26T23:10:45Z", "issue_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372", "merged_at": "2021-02-26T23:10:45Z", "milestone": null, "patch_url": "https://github.com/grouparoo/grouparoo/pull/1372.patch", "auto_merge": {"enabled_by": {"id": 303226, "url": "https://api.github.com/users/evantahler", "type": "User", "login": "evantahler", "node_id": "MDQ6VXNlcjMwMzIyNg==", "html_url": "https://github.com/evantahler", "gists_url": "https://api.github.com/users/evantahler/gists{/gist_id}", "repos_url": "https://api.github.com/users/evantahler/repos", "avatar_url": "https://avatars.githubusercontent.com/u/303226?v=4", "events_url": "https://api.github.com/users/evantahler/events{/privacy}", "site_admin": false, "gravatar_id": "", "starred_url": "https://api.github.com/users/evantahler/starred{/owner}{/repo}", "followers_url": "https://api.github.com/users/evantahler/followers", "following_url": "https://api.github.com/users/evantahler/following{/other_user}", "organizations_url": "https://api.github.com/users/evantahler/orgs", "subscriptions_url": "https://api.github.com/users/evantahler/subscriptions", "received_events_url": "https://api.github.com/users/evantahler/received_events"}, "commit_title": "Remove reEnqueueIfGuidParams (#1372)", "merge_method": "squash", "commit_message": ""}, "created_at": "2021-02-26T23:02:06Z", "repository": "grouparoo/grouparoo", "updated_at": "2021-02-26T23:10:46Z", "commits_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/commits", "comments_url": "https://api.github.com/repos/grouparoo/grouparoo/issues/1372/comments", "statuses_url": "https://api.github.com/repos/grouparoo/grouparoo/statuses/697be95d27d50abda11e67dbffd86b202f07feb0", "requested_teams": [], "merge_commit_sha": "85097fd5bcf3219f1faef9563b1d55e0fea5a298", "active_lock_reason": null, "author_association": "MEMBER", "review_comment_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/comments{/number}", "requested_reviewers": [], "review_comments_url": "https://api.github.com/repos/grouparoo/grouparoo/pulls/1372/comments"} ```

Steps to Reproduce

  1. Set up sync from a repo that has done an auto_merge PR before
  2. Sync!

Are you willing to submit a PR?

Generally, but thought I'd report first and see.

marcosmarxm commented 1 year ago

Solved by #9802