{"url":"https://api.github.com/repos/Expensify/App/pulls/95061","id":3971987221,"node_id":"PR_kwDOEQqHYc7sv7cV","html_url":"https://github.com/Expensify/App/pull/95061","diff_url":"https://github.com/Expensify/App/pull/95061.diff","patch_url":"https://github.com/Expensify/App/pull/95061.patch","issue_url":"https://api.github.com/repos/Expensify/App/issues/95061","commits_url":"https://api.github.com/repos/Expensify/App/pulls/95061/commits","review_comments_url":"https://api.github.com/repos/Expensify/App/pulls/95061/comments","review_comment_url":"https://api.github.com/repos/Expensify/App/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Expensify/App/issues/95061/comments","statuses_url":"https://api.github.com/repos/Expensify/App/statuses/85935ea4ff2009802bb8647eb318da79890e7856","number":95061,"state":"closed","locked":false,"title":"[Snyk] Fix for 1 vulnerabilities","user":{"login":"MelvinBot","id":12432488,"node_id":"MDQ6VXNlcjEyNDMyNDg4","avatar_url":"https://avatars.githubusercontent.com/u/12432488?v=4","gravatar_id":"","url":"https://api.github.com/users/MelvinBot","html_url":"https://github.com/MelvinBot","followers_url":"https://api.github.com/users/MelvinBot/followers","following_url":"https://api.github.com/users/MelvinBot/following{/other_user}","gists_url":"https://api.github.com/users/MelvinBot/gists{/gist_id}","starred_url":"https://api.github.com/users/MelvinBot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MelvinBot/subscriptions","organizations_url":"https://api.github.com/users/MelvinBot/orgs","repos_url":"https://api.github.com/users/MelvinBot/repos","events_url":"https://api.github.com/users/MelvinBot/events{/privacy}","received_events_url":"https://api.github.com/users/MelvinBot/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"<!-- If necessary, assign reviewers that know the area or changes well. Feel free to tag any additional reviewers you see fit. -->\n\n### Explanation of Change\n<!-- Explain what your change does and how it addresses the linked issue -->\n\n### Fixed Issues\n<!---\n1. Please postfix `$` with a URL link to the GitHub issue this Pull Request is fixing. For example, `$ https://github.com/Expensify/App/issues/<issueID>`.\n2. Please postfix  `PROPOSAL:` with a URL link to your GitHub comment, which contains the approved proposal (i.e. the proposal that was approved by Expensify).  For example, `PROPOSAL: https://github.com/Expensify/App/issues/<issueID>#issuecomment-1369752925`\n\nDo NOT add the special GH keywords like `fixed` etc, we have our own process of managing the flow.\nIt MUST be an entire link to the github issue and your comment proposal ; otherwise, the linking and its automation will not work as expected.\n\nMake sure this section looks similar to this (you can link multiple issues using the same formatting, just add a new line):\n\n$ https://github.com/Expensify/App/issues/<issueID>\n$ https://github.com/Expensify/App/issues/<issueID(comment)>\n\nDo NOT only link the issue number like this: $ #<issueID>\n--->\n$\nPROPOSAL:\n\n\n<!--- \nIf you want to trigger adhoc build of hybrid app from specific Mobile-Expensify PR please link it like this:\n\nMOBILE-EXPENSIFY: https://github.com/Expensify/Mobile-Expensify/pull/<PR-number>\n\n--->\n\n### Tests\n<!---\nAdd a numbered list of manual tests you performed that validates your changes work on all platforms, and that there are no regressions present.\nAdd any additional test steps if test steps are unique to a particular platform.\nManual test steps should be written so that your reviewer can repeat and verify one or more expected outcomes in the development environment.\n\nFor example:\n1. Click on the text input to bring it into focus\n2. Upload an image via copy paste\n3. Verify a modal appears displaying a preview of that image\n--->\n\n- [x] Verify that no errors appear in the JS console\n\n### Offline tests\n<!---\nAdd any relevant steps that validate your changes work as expected in a variety of network states e.g. \"offline\", \"spotty connection\", \"slow internet\", etc. Manual test steps should be written so that your reviewer and QA testers can repeat and verify one or more expected outcomes. If you are unsure how the behavior should work ask for advice in the `#expensify-open-source` Slack channel.\n--->\n\n### QA Steps\n<!---\nAdd a numbered list of manual tests that can be performed by our QA engineers on the staging environment to validate that your changes work on all platforms, and that there are no regressions present.\nAdd any additional QA steps if test steps are unique to a particular platform.\nManual test steps should be written so that the QA engineer can repeat and verify one or more expected outcomes in the staging environment.\n\nFor example:\n1. Click on the text input to bring it into focus\n2. Upload an image via copy paste\n3. Verify a modal appears displaying a preview of that image\n\nIt's acceptable to write \"Same as tests\" if the QA team is able to run the tests in the above \"Tests\" section.\n--->\n// TODO: These must be filled out, or the issue title must include \"[No QA].\"\n\n- [x] Verify that no errors appear in the JS console\n\n### PR Author Checklist\n<!--\nThis is a checklist for PR authors. Please make sure to complete all tasks and check them off once you do, or else your PR will not be merged!\n-->\n\n- [x] I linked the correct issue in the `### Fixed Issues` section above\n- [x] I wrote clear testing steps that cover the changes made in this PR\n    - [x] I added steps for local testing in the `Tests` section\n    - [x] I added steps for the expected offline behavior in the `Offline steps` section\n    - [x] I added steps for Staging and/or Production testing in the `QA steps` section\n    - [x] I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)\n    - [x] I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)\n    - [x] I tested this PR with a [High Traffic account](https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md#high-traffic-accounts) against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).\n- [x] I included screenshots or videos for tests on [all platforms](https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md#make-sure-you-can-test-on-all-platforms)\n- [x] I ran the tests on **all platforms** & verified they passed on:\n    - [x] Android: Native\n    - [x] Android: mWeb Chrome\n    - [x] iOS: Native\n    - [x] iOS: mWeb Safari\n    - [x] MacOS: Chrome / Safari\n- [x] I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)\n- [x] I followed proper code patterns (see [Reviewing the code](https://github.com/Expensify/App/blob/main/contributingGuides/PR_REVIEW_GUIDELINES.md#reviewing-the-code))\n    - [x] I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. `toggleReport` and not `onIconClick`)\n    - [x] I verified that comments were added to code that is not self explanatory\n    - [x] I verified that any new or modified comments were clear, correct English, and explained \"why\" the code was doing something instead of only explaining \"what\" the code was doing.\n    - [x] I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)\n- [x] If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers\n- [x] I followed the guidelines as stated in the [Review Guidelines](https://github.com/Expensify/App/blob/main/contributingGuides/PR_REVIEW_GUIDELINES.md)\n- [x] I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like `Avatar`, I verified the components using `Avatar` are working as expected)\n- [x] If any new file was added I verified that:\n    - [x] The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory\n- [x] If a new CSS style is added I verified that:\n    - [x] A similar style doesn't already exist\n    - [x] The style can't be created with an existing [StyleUtils](https://github.com/Expensify/App/blob/main/src/styles/utils/index.ts) function (i.e. `StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)`)\n- [x] If new assets were added or existing ones were modified, I verified that:\n    - [x] The assets are optimized and compressed (for SVG files, run `npm run compress-svg`)\n    - [x] The assets load correctly across all supported platforms.\n- [x] If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.\n- [x] If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like `Avatar` is modified, I verified that `Avatar` is working as expected in all cases)\n- [x] If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.\n- [x] If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.\n- [x] If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:\n    - [x] I verified that all the inputs inside a form are aligned with each other.\n    - [x] I added `Design` label and/or tagged `@Expensify/design` so the design team can review the changes.\n- [x] I added [unit tests](https://github.com/Expensify/App/blob/main/tests/README.md) for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.\n- [x] If the `main` branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the `Test` steps.\n\n### Screenshots/Videos\n<details>\n<summary>Android: Native</summary>\n\n<!-- add screenshots or videos here -->\n\n</details>\n\n<details>\n<summary>Android: mWeb Chrome</summary>\n\n<!-- add screenshots or videos here -->\n\n</details>\n\n<details>\n<summary>iOS: Native</summary>\n\n<!-- add screenshots or videos here -->\n\n</details>\n\n<details>\n<summary>iOS: mWeb Safari</summary>\n\n<!-- add screenshots or videos here -->\n\n</details>\n\n<details>\n<summary>MacOS: Chrome / Safari</summary>\n\n<!-- add screenshots or videos here -->\n\n</details>\n","labels":[],"milestone":null,"active_lock_reason":null,"created_at":"2026-07-01T15:39:47Z","updated_at":"2026-07-10T16:18:35Z","closed_at":"2026-07-09T19:02:25Z","merged_at":"2026-07-09T19:02:25Z","merge_commit_sha":"b794ad367958627ccecd86681ff19ac7deba8596","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"head":{"label":"Expensify:snyk-fix-e46a80424a41cbbc59375157ec7c9713","ref":"snyk-fix-e46a80424a41cbbc59375157ec7c9713","repo":{"id":285902689,"node_id":"MDEwOlJlcG9zaXRvcnkyODU5MDI2ODk=","name":"App","full_name":"Expensify/App","owner":{"login":"Expensify","id":476779,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ3Njc3OQ==","avatar_url":"https://avatars.githubusercontent.com/u/476779?v=4","gravatar_id":"","url":"https://api.github.com/users/Expensify","html_url":"https://github.com/Expensify","followers_url":"https://api.github.com/users/Expensify/followers","following_url":"https://api.github.com/users/Expensify/following{/other_user}","gists_url":"https://api.github.com/users/Expensify/gists{/gist_id}","starred_url":"https://api.github.com/users/Expensify/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Expensify/subscriptions","organizations_url":"https://api.github.com/users/Expensify/orgs","repos_url":"https://api.github.com/users/Expensify/repos","events_url":"https://api.github.com/users/Expensify/events{/privacy}","received_events_url":"https://api.github.com/users/Expensify/received_events","type":"Organization","user_view_type":"public","site_admin":false},"private":false,"fork":false,"archived":false,"disabled":false,"description":"Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.","homepage":"https://new.expensify.com","language":"TypeScript","visibility":"public","is_template":false,"topics":[],"forks_count":3930,"forks":3930,"stargazers_count":4938,"watchers_count":4938,"watchers":4938,"open_issues_count":2233,"open_issues":2233,"size":2709699,"default_branch":"main","has_issues":true,"has_projects":true,"has_wiki":true,"has_pages":true,"has_downloads":true,"has_discussions":false,"has_pull_requests":true,"pushed_at":"2026-07-13T18:46:29Z","created_at":"2020-08-07T19:08:07Z","updated_at":"2026-07-13T18:46:45Z","allow_forking":true,"web_commit_signoff_required":false,"pull_request_creation_policy":"all","license":{"key":"mit","name":"MIT License","url":"https://api.github.com/licenses/mit","spdx_id":"MIT","node_id":"MDc6TGljZW5zZTEz"},"url":"https://api.github.com/repos/Expensify/App","html_url":"https://github.com/Expensify/App","archive_url":"https://api.github.com/repos/Expensify/App/{archive_format}{/ref}","assignees_url":"https://api.github.com/repos/Expensify/App/assignees{/user}","blobs_url":"https://api.github.com/repos/Expensify/App/git/blobs{/sha}","branches_url":"https://api.github.com/repos/Expensify/App/branches{/branch}","collaborators_url":"https://api.github.com/repos/Expensify/App/collaborators{/collaborator}","comments_url":"https://api.github.com/repos/Expensify/App/comments{/number}","commits_url":"https://api.github.com/repos/Expensify/App/commits{/sha}","compare_url":"https://api.github.com/repos/Expensify/App/compare/{base}...{head}","contents_url":"https://api.github.com/repos/Expensify/App/contents/{+path}","contributors_url":"https://api.github.com/repos/Expensify/App/contributors","deployments_url":"https://api.github.com/repos/Expensify/App/deployments","downloads_url":"https://api.github.com/repos/Expensify/App/downloads","events_url":"https://api.github.com/repos/Expensify/App/events","forks_url":"https://api.github.com/repos/Expensify/App/forks","git_commits_url":"https://api.github.com/repos/Expensify/App/git/commits{/sha}","git_refs_url":"https://api.github.com/repos/Expensify/App/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/Expensify/App/git/tags{/sha}","git_url":"git://github.com/Expensify/App.git","issue_comment_url":"https://api.github.com/repos/Expensify/App/issues/comments{/number}","issue_events_url":"https://api.github.com/repos/Expensify/App/issues/events{/number}","issues_url":"https://api.github.com/repos/Expensify/App/issues{/number}","keys_url":"https://api.github.com/repos/Expensify/App/keys{/key_id}","labels_url":"https://api.github.com/repos/Expensify/App/labels{/name}","languages_url":"https://api.github.com/repos/Expensify/App/languages","merges_url":"https://api.github.com/repos/Expensify/App/merges","milestones_url":"https://api.github.com/repos/Expensify/App/milestones{/number}","notifications_url":"https://api.github.com/repos/Expensify/App/notifications{?since,all,participating}","pulls_url":"https://api.github.com/repos/Expensify/App/pulls{/number}","releases_url":"https://api.github.com/repos/Expensify/App/releases{/id}","ssh_url":"git@github.com:Expensify/App.git","stargazers_url":"https://api.github.com/repos/Expensify/App/stargazers","statuses_url":"https://api.github.com/repos/Expensify/App/statuses/{sha}","subscribers_url":"https://api.github.com/repos/Expensify/App/subscribers","subscription_url":"https://api.github.com/repos/Expensify/App/subscription","tags_url":"https://api.github.com/repos/Expensify/App/tags","teams_url":"https://api.github.com/repos/Expensify/App/teams","trees_url":"https://api.github.com/repos/Expensify/App/git/trees{/sha}","clone_url":"https://github.com/Expensify/App.git","mirror_url":null,"hooks_url":"https://api.github.com/repos/Expensify/App/hooks","svn_url":"https://github.com/Expensify/App"},"sha":"85935ea4ff2009802bb8647eb318da79890e7856","user":{"login":"Expensify","id":476779,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ3Njc3OQ==","avatar_url":"https://avatars.githubusercontent.com/u/476779?v=4","gravatar_id":"","url":"https://api.github.com/users/Expensify","html_url":"https://github.com/Expensify","followers_url":"https://api.github.com/users/Expensify/followers","following_url":"https://api.github.com/users/Expensify/following{/other_user}","gists_url":"https://api.github.com/users/Expensify/gists{/gist_id}","starred_url":"https://api.github.com/users/Expensify/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Expensify/subscriptions","organizations_url":"https://api.github.com/users/Expensify/orgs","repos_url":"https://api.github.com/users/Expensify/repos","events_url":"https://api.github.com/users/Expensify/events{/privacy}","received_events_url":"https://api.github.com/users/Expensify/received_events","type":"Organization","user_view_type":"public","site_admin":false}},"base":{"label":"Expensify:main","ref":"main","repo":{"id":285902689,"node_id":"MDEwOlJlcG9zaXRvcnkyODU5MDI2ODk=","name":"App","full_name":"Expensify/App","owner":{"login":"Expensify","id":476779,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ3Njc3OQ==","avatar_url":"https://avatars.githubusercontent.com/u/476779?v=4","gravatar_id":"","url":"https://api.github.com/users/Expensify","html_url":"https://github.com/Expensify","followers_url":"https://api.github.com/users/Expensify/followers","following_url":"https://api.github.com/users/Expensify/following{/other_user}","gists_url":"https://api.github.com/users/Expensify/gists{/gist_id}","starred_url":"https://api.github.com/users/Expensify/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Expensify/subscriptions","organizations_url":"https://api.github.com/users/Expensify/orgs","repos_url":"https://api.github.com/users/Expensify/repos","events_url":"https://api.github.com/users/Expensify/events{/privacy}","received_events_url":"https://api.github.com/users/Expensify/received_events","type":"Organization","user_view_type":"public","site_admin":false},"private":false,"fork":false,"archived":false,"disabled":false,"description":"Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.","homepage":"https://new.expensify.com","language":"TypeScript","visibility":"public","is_template":false,"topics":[],"forks_count":3930,"forks":3930,"stargazers_count":4938,"watchers_count":4938,"watchers":4938,"open_issues_count":2233,"open_issues":2233,"size":2709699,"default_branch":"main","has_issues":true,"has_projects":true,"has_wiki":true,"has_pages":true,"has_downloads":true,"has_discussions":false,"has_pull_requests":true,"pushed_at":"2026-07-13T18:46:29Z","created_at":"2020-08-07T19:08:07Z","updated_at":"2026-07-13T18:46:45Z","allow_forking":true,"web_commit_signoff_required":false,"pull_request_creation_policy":"all","license":{"key":"mit","name":"MIT License","url":"https://api.github.com/licenses/mit","spdx_id":"MIT","node_id":"MDc6TGljZW5zZTEz"},"url":"https://api.github.com/repos/Expensify/App","html_url":"https://github.com/Expensify/App","archive_url":"https://api.github.com/repos/Expensify/App/{archive_format}{/ref}","assignees_url":"https://api.github.com/repos/Expensify/App/assignees{/user}","blobs_url":"https://api.github.com/repos/Expensify/App/git/blobs{/sha}","branches_url":"https://api.github.com/repos/Expensify/App/branches{/branch}","collaborators_url":"https://api.github.com/repos/Expensify/App/collaborators{/collaborator}","comments_url":"https://api.github.com/repos/Expensify/App/comments{/number}","commits_url":"https://api.github.com/repos/Expensify/App/commits{/sha}","compare_url":"https://api.github.com/repos/Expensify/App/compare/{base}...{head}","contents_url":"https://api.github.com/repos/Expensify/App/contents/{+path}","contributors_url":"https://api.github.com/repos/Expensify/App/contributors","deployments_url":"https://api.github.com/repos/Expensify/App/deployments","downloads_url":"https://api.github.com/repos/Expensify/App/downloads","events_url":"https://api.github.com/repos/Expensify/App/events","forks_url":"https://api.github.com/repos/Expensify/App/forks","git_commits_url":"https://api.github.com/repos/Expensify/App/git/commits{/sha}","git_refs_url":"https://api.github.com/repos/Expensify/App/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/Expensify/App/git/tags{/sha}","git_url":"git://github.com/Expensify/App.git","issue_comment_url":"https://api.github.com/repos/Expensify/App/issues/comments{/number}","issue_events_url":"https://api.github.com/repos/Expensify/App/issues/events{/number}","issues_url":"https://api.github.com/repos/Expensify/App/issues{/number}","keys_url":"https://api.github.com/repos/Expensify/App/keys{/key_id}","labels_url":"https://api.github.com/repos/Expensify/App/labels{/name}","languages_url":"https://api.github.com/repos/Expensify/App/languages","merges_url":"https://api.github.com/repos/Expensify/App/merges","milestones_url":"https://api.github.com/repos/Expensify/App/milestones{/number}","notifications_url":"https://api.github.com/repos/Expensify/App/notifications{?since,all,participating}","pulls_url":"https://api.github.com/repos/Expensify/App/pulls{/number}","releases_url":"https://api.github.com/repos/Expensify/App/releases{/id}","ssh_url":"git@github.com:Expensify/App.git","stargazers_url":"https://api.github.com/repos/Expensify/App/stargazers","statuses_url":"https://api.github.com/repos/Expensify/App/statuses/{sha}","subscribers_url":"https://api.github.com/repos/Expensify/App/subscribers","subscription_url":"https://api.github.com/repos/Expensify/App/subscription","tags_url":"https://api.github.com/repos/Expensify/App/tags","teams_url":"https://api.github.com/repos/Expensify/App/teams","trees_url":"https://api.github.com/repos/Expensify/App/git/trees{/sha}","clone_url":"https://github.com/Expensify/App.git","mirror_url":null,"hooks_url":"https://api.github.com/repos/Expensify/App/hooks","svn_url":"https://github.com/Expensify/App"},"sha":"6e2df6b53e5b1a3ba690d9971068979153cb7d27","user":{"login":"Expensify","id":476779,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ3Njc3OQ==","avatar_url":"https://avatars.githubusercontent.com/u/476779?v=4","gravatar_id":"","url":"https://api.github.com/users/Expensify","html_url":"https://github.com/Expensify","followers_url":"https://api.github.com/users/Expensify/followers","following_url":"https://api.github.com/users/Expensify/following{/other_user}","gists_url":"https://api.github.com/users/Expensify/gists{/gist_id}","starred_url":"https://api.github.com/users/Expensify/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Expensify/subscriptions","organizations_url":"https://api.github.com/users/Expensify/orgs","repos_url":"https://api.github.com/users/Expensify/repos","events_url":"https://api.github.com/users/Expensify/events{/privacy}","received_events_url":"https://api.github.com/users/Expensify/received_events","type":"Organization","user_view_type":"public","site_admin":false}},"_links":{"comments":{"href":"https://api.github.com/repos/Expensify/App/issues/95061/comments"},"commits":{"href":"https://api.github.com/repos/Expensify/App/pulls/95061/commits"},"statuses":{"href":"https://api.github.com/repos/Expensify/App/statuses/85935ea4ff2009802bb8647eb318da79890e7856"},"html":{"href":"https://github.com/Expensify/App/pull/95061"},"issue":{"href":"https://api.github.com/repos/Expensify/App/issues/95061"},"review_comments":{"href":"https://api.github.com/repos/Expensify/App/pulls/95061/comments"},"review_comment":{"href":"https://api.github.com/repos/Expensify/App/pulls/comments{/number}"},"self":{"href":"https://api.github.com/repos/Expensify/App/pulls/95061"}},"author_association":"CONTRIBUTOR","auto_merge":null,"draft":false,"merged":true,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":{"login":"Beamanator","id":3885503,"node_id":"MDQ6VXNlcjM4ODU1MDM=","avatar_url":"https://avatars.githubusercontent.com/u/3885503?v=4","gravatar_id":"","url":"https://api.github.com/users/Beamanator","html_url":"https://github.com/Beamanator","followers_url":"https://api.github.com/users/Beamanator/followers","following_url":"https://api.github.com/users/Beamanator/following{/other_user}","gists_url":"https://api.github.com/users/Beamanator/gists{/gist_id}","starred_url":"https://api.github.com/users/Beamanator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Beamanator/subscriptions","organizations_url":"https://api.github.com/users/Beamanator/orgs","repos_url":"https://api.github.com/users/Beamanator/repos","events_url":"https://api.github.com/users/Beamanator/events{/privacy}","received_events_url":"https://api.github.com/users/Beamanator/received_events","type":"User","user_view_type":"public","site_admin":false},"comments":7,"review_comments":1,"maintainer_can_modify":false,"commits":3,"additions":608,"deletions":164,"changed_files":2}