Skip to content
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

Failed to process PR event for potentially deleted contributor #556

Closed
rithviknishad opened this issue Dec 12, 2024 · 0 comments · Fixed by #557
Closed

Failed to process PR event for potentially deleted contributor #556

rithviknishad opened this issue Dec 12, 2024 · 0 comments · Fixed by #557
Assignees

Comments

@rithviknishad
Copy link
Member

Run: https://github.com/ohcnetwork/leaderboard-data/actions/runs/12288592513/job/34292649715

PR: ohcnetwork/care_fe#9264
This PR was merged as shown in this commit: ohcnetwork/care_fe@113dddd

Event Object

{
  "id": "44689071832",
  "type": "PullRequestEvent",
  "actor": {
    "id": 25143503,
    "login": "rithviknishad",
    "display_login": "rithviknishad",
    "gravatar_id": "",
    "url": "https://api.github.com/users/rithviknishad",
    "avatar_url": "https://avatars.githubusercontent.com/u/25143503?"
  },
  "repo": {
    "id": 249027166,
    "name": "ohcnetwork/care_fe",
    "url": "https://api.github.com/repos/ohcnetwork/care_fe"
  },
  "payload": {
    "action": "closed",
    "number": 9264,
    "pull_request": {
      "url": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/9264",
      "id": 2209087644,
      "node_id": "PR_kwDODtfaXs6DrACc",
      "html_url": "https://github.com/ohcnetwork/care_fe/pull/9264",
      "diff_url": "https://github.com/ohcnetwork/care_fe/pull/9264.diff",
      "patch_url": "https://github.com/ohcnetwork/care_fe/pull/9264.patch",
      "issue_url": "https://api.github.com/repos/ohcnetwork/care_fe/issues/9264",
      "number": 9264,
      "state": "closed",
      "locked": false,
      "title": "Fix: [Clear Button is active when no input is selected in Dropdown]",
      "user": {
        "login": "ANIR1604",
        "id": 139000437,
        "node_id": "U_kgDOCEj6dQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/139000437?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/ANIR1604",
        "html_url": "https://github.com/ANIR1604",
        "followers_url": "https://api.github.com/users/ANIR1604/followers",
        "following_url": "https://api.github.com/users/ANIR1604/following{/other_user}",
        "gists_url": "https://api.github.com/users/ANIR1604/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/ANIR1604/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/ANIR1604/subscriptions",
        "organizations_url": "https://api.github.com/users/ANIR1604/orgs",
        "repos_url": "https://api.github.com/users/ANIR1604/repos",
        "events_url": "https://api.github.com/users/ANIR1604/events{/privacy}",
        "received_events_url": "https://api.github.com/users/ANIR1604/received_events",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "## Proposed Changes\r\n\r\n- Fixes #9263 \r\n- Added a state const [hasTyped, setHasTyped] = useState(false);.\r\n- Modified handleInputChange to set hasTyped(true) when the user types\r\n- In handleSelectionChange, set setQuery(optionLabel(selectedOption)); to update query after selection.\r\n- Set hasTyped(true) after selection to ensure the \"Clear Selection\" button is shown.\r\n- In the ComboboxButton rendering logic, updated the condition for showing the \"Clear Selection\" button:\r\n- Added setHasTyped(false) in the onClick handler for clearing selection to reset the hasTyped state.\r\n\r\n## Behaviour after the changes\r\n- The website allows users to search and select options from a dropdown, with the input dynamically filtering results as the user types.\r\n- The \"Clear Selection\" button only appears after the user types or selects an option, making it easy to clear the selected value.\r\n- The input field reflects the current query, and the dropdown updates based on the user's input, offering a smooth and interactive search experience.\r\n\r\n### Screen Records\r\n[Screencast from 2024-12-02 00-14-08.webm](https://github.com/user-attachments/assets/75ec8458-6b82-4c94-9c2a-099f4bd1f832)\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n## Summary by CodeRabbit\n\n- **New Features**\n\t- Enhanced facility selection handling allows for a clearer representation of no facility selected.\n\t- Improved navigation logic ensures actions only proceed with a valid facility selected.\n\n- **Bug Fixes**\n\t- Error handling added to prevent navigation attempts without a selected facility.\n\n- **Documentation**\n\t- Updated type definitions for state management to reflect nullable values for better clarity.\n<!-- end of auto-generated comment: release notes by coderabbit.ai -->",
      "created_at": "2024-12-01T18:56:28Z",
      "updated_at": "2024-12-11T13:56:32Z",
      "closed_at": "2024-12-11T13:56:32Z",
      "merged_at": "2024-12-11T13:56:32Z",
      "merge_commit_sha": "113ddddd5058a0bc8c160cd0dae1c6a59f9134e9",
      "assignee": null,
      "assignees": [

      ],
      "requested_reviewers": [

      ],
      "requested_teams": [

      ],
      "labels": [
        {
          "id": 2941131516,
          "node_id": "MDU6TGFiZWwyOTQxMTMxNTE2",
          "url": "https://api.github.com/repos/ohcnetwork/care_fe/labels/tested",
          "name": "tested",
          "color": "06A1B1",
          "default": false,
          "description": ""
        }
      ],
      "milestone": null,
      "draft": false,
      "commits_url": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/9264/commits",
      "review_comments_url": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/9264/comments",
      "review_comment_url": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/comments{/number}",
      "comments_url": "https://api.github.com/repos/ohcnetwork/care_fe/issues/9264/comments",
      "statuses_url": "https://api.github.com/repos/ohcnetwork/care_fe/statuses/b4f21d710388613d2173513daedb4c810b4533f7",
      "head": {
        "label": "ANIR1604:bugfix/clear-button",
        "ref": "bugfix/clear-button",
        "sha": "b4f21d710388613d2173513daedb4c810b4533f7",
        "user": {
          "login": "ANIR1604",
          "id": 139000437,
          "node_id": "U_kgDOCEj6dQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/139000437?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/ANIR1604",
          "html_url": "https://github.com/ANIR1604",
          "followers_url": "https://api.github.com/users/ANIR1604/followers",
          "following_url": "https://api.github.com/users/ANIR1604/following{/other_user}",
          "gists_url": "https://api.github.com/users/ANIR1604/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/ANIR1604/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/ANIR1604/subscriptions",
          "organizations_url": "https://api.github.com/users/ANIR1604/orgs",
          "repos_url": "https://api.github.com/users/ANIR1604/repos",
          "events_url": "https://api.github.com/users/ANIR1604/events{/privacy}",
          "received_events_url": "https://api.github.com/users/ANIR1604/received_events",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 886122711,
          "node_id": "R_kgDONNEo1w",
          "name": "HealthCare",
          "full_name": "ANIR1604/HealthCare",
          "private": false,
          "owner": {
            "login": "ANIR1604",
            "id": 139000437,
            "node_id": "U_kgDOCEj6dQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/139000437?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/ANIR1604",
            "html_url": "https://github.com/ANIR1604",
            "followers_url": "https://api.github.com/users/ANIR1604/followers",
            "following_url": "https://api.github.com/users/ANIR1604/following{/other_user}",
            "gists_url": "https://api.github.com/users/ANIR1604/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/ANIR1604/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/ANIR1604/subscriptions",
            "organizations_url": "https://api.github.com/users/ANIR1604/orgs",
            "repos_url": "https://api.github.com/users/ANIR1604/repos",
            "events_url": "https://api.github.com/users/ANIR1604/events{/privacy}",
            "received_events_url": "https://api.github.com/users/ANIR1604/received_events",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "html_url": "https://github.com/ANIR1604/HealthCare",
          "description": "Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.",
          "fork": true,
          "url": "https://api.github.com/repos/ANIR1604/HealthCare",
          "forks_url": "https://api.github.com/repos/ANIR1604/HealthCare/forks",
          "keys_url": "https://api.github.com/repos/ANIR1604/HealthCare/keys{/key_id}",
          "collaborators_url": "https://api.github.com/repos/ANIR1604/HealthCare/collaborators{/collaborator}",
          "teams_url": "https://api.github.com/repos/ANIR1604/HealthCare/teams",
          "hooks_url": "https://api.github.com/repos/ANIR1604/HealthCare/hooks",
          "issue_events_url": "https://api.github.com/repos/ANIR1604/HealthCare/issues/events{/number}",
          "events_url": "https://api.github.com/repos/ANIR1604/HealthCare/events",
          "assignees_url": "https://api.github.com/repos/ANIR1604/HealthCare/assignees{/user}",
          "branches_url": "https://api.github.com/repos/ANIR1604/HealthCare/branches{/branch}",
          "tags_url": "https://api.github.com/repos/ANIR1604/HealthCare/tags",
          "blobs_url": "https://api.github.com/repos/ANIR1604/HealthCare/git/blobs{/sha}",
          "git_tags_url": "https://api.github.com/repos/ANIR1604/HealthCare/git/tags{/sha}",
          "git_refs_url": "https://api.github.com/repos/ANIR1604/HealthCare/git/refs{/sha}",
          "trees_url": "https://api.github.com/repos/ANIR1604/HealthCare/git/trees{/sha}",
          "statuses_url": "https://api.github.com/repos/ANIR1604/HealthCare/statuses/{sha}",
          "languages_url": "https://api.github.com/repos/ANIR1604/HealthCare/languages",
          "stargazers_url": "https://api.github.com/repos/ANIR1604/HealthCare/stargazers",
          "contributors_url": "https://api.github.com/repos/ANIR1604/HealthCare/contributors",
          "subscribers_url": "https://api.github.com/repos/ANIR1604/HealthCare/subscribers",
          "subscription_url": "https://api.github.com/repos/ANIR1604/HealthCare/subscription",
          "commits_url": "https://api.github.com/repos/ANIR1604/HealthCare/commits{/sha}",
          "git_commits_url": "https://api.github.com/repos/ANIR1604/HealthCare/git/commits{/sha}",
          "comments_url": "https://api.github.com/repos/ANIR1604/HealthCare/comments{/number}",
          "issue_comment_url": "https://api.github.com/repos/ANIR1604/HealthCare/issues/comments{/number}",
          "contents_url": "https://api.github.com/repos/ANIR1604/HealthCare/contents/{+path}",
          "compare_url": "https://api.github.com/repos/ANIR1604/HealthCare/compare/{base}...{head}",
          "merges_url": "https://api.github.com/repos/ANIR1604/HealthCare/merges",
          "archive_url": "https://api.github.com/repos/ANIR1604/HealthCare/{archive_format}{/ref}",
          "downloads_url": "https://api.github.com/repos/ANIR1604/HealthCare/downloads",
          "issues_url": "https://api.github.com/repos/ANIR1604/HealthCare/issues{/number}",
          "pulls_url": "https://api.github.com/repos/ANIR1604/HealthCare/pulls{/number}",
          "milestones_url": "https://api.github.com/repos/ANIR1604/HealthCare/milestones{/number}",
          "notifications_url": "https://api.github.com/repos/ANIR1604/HealthCare/notifications{?since,all,participating}",
          "labels_url": "https://api.github.com/repos/ANIR1604/HealthCare/labels{/name}",
          "releases_url": "https://api.github.com/repos/ANIR1604/HealthCare/releases{/id}",
          "deployments_url": "https://api.github.com/repos/ANIR1604/HealthCare/deployments",
          "created_at": "2024-11-10T09:02:36Z",
          "updated_at": "2024-12-05T22:58:21Z",
          "pushed_at": "2024-12-10T05:59:10Z",
          "git_url": "git://github.com/ANIR1604/HealthCare.git",
          "ssh_url": "[email protected]:ANIR1604/HealthCare.git",
          "clone_url": "https://github.com/ANIR1604/HealthCare.git",
          "svn_url": "https://github.com/ANIR1604/HealthCare",
          "homepage": "https://care.ohc.network",
          "size": 38306,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "TypeScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "mirror_url": null,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": [

          ],
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "develop"
        }
      },
      "base": {
        "label": "ohcnetwork:develop",
        "ref": "develop",
        "sha": "d5200183990c475b26ea7562b37c2ef4b5ebfb68",
        "user": {
          "login": "ohcnetwork",
          "id": 62014451,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjYyMDE0NDUx",
          "avatar_url": "https://avatars.githubusercontent.com/u/62014451?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/ohcnetwork",
          "html_url": "https://github.com/ohcnetwork",
          "followers_url": "https://api.github.com/users/ohcnetwork/followers",
          "following_url": "https://api.github.com/users/ohcnetwork/following{/other_user}",
          "gists_url": "https://api.github.com/users/ohcnetwork/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/ohcnetwork/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/ohcnetwork/subscriptions",
          "organizations_url": "https://api.github.com/users/ohcnetwork/orgs",
          "repos_url": "https://api.github.com/users/ohcnetwork/repos",
          "events_url": "https://api.github.com/users/ohcnetwork/events{/privacy}",
          "received_events_url": "https://api.github.com/users/ohcnetwork/received_events",
          "type": "Organization",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 249027166,
          "node_id": "MDEwOlJlcG9zaXRvcnkyNDkwMjcxNjY=",
          "name": "care_fe",
          "full_name": "ohcnetwork/care_fe",
          "private": false,
          "owner": {
            "login": "ohcnetwork",
            "id": 62014451,
            "node_id": "MDEyOk9yZ2FuaXphdGlvbjYyMDE0NDUx",
            "avatar_url": "https://avatars.githubusercontent.com/u/62014451?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/ohcnetwork",
            "html_url": "https://github.com/ohcnetwork",
            "followers_url": "https://api.github.com/users/ohcnetwork/followers",
            "following_url": "https://api.github.com/users/ohcnetwork/following{/other_user}",
            "gists_url": "https://api.github.com/users/ohcnetwork/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/ohcnetwork/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/ohcnetwork/subscriptions",
            "organizations_url": "https://api.github.com/users/ohcnetwork/orgs",
            "repos_url": "https://api.github.com/users/ohcnetwork/repos",
            "events_url": "https://api.github.com/users/ohcnetwork/events{/privacy}",
            "received_events_url": "https://api.github.com/users/ohcnetwork/received_events",
            "type": "Organization",
            "user_view_type": "public",
            "site_admin": false
          },
          "html_url": "https://github.com/ohcnetwork/care_fe",
          "description": "Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.",
          "fork": false,
          "url": "https://api.github.com/repos/ohcnetwork/care_fe",
          "forks_url": "https://api.github.com/repos/ohcnetwork/care_fe/forks",
          "keys_url": "https://api.github.com/repos/ohcnetwork/care_fe/keys{/key_id}",
          "collaborators_url": "https://api.github.com/repos/ohcnetwork/care_fe/collaborators{/collaborator}",
          "teams_url": "https://api.github.com/repos/ohcnetwork/care_fe/teams",
          "hooks_url": "https://api.github.com/repos/ohcnetwork/care_fe/hooks",
          "issue_events_url": "https://api.github.com/repos/ohcnetwork/care_fe/issues/events{/number}",
          "events_url": "https://api.github.com/repos/ohcnetwork/care_fe/events",
          "assignees_url": "https://api.github.com/repos/ohcnetwork/care_fe/assignees{/user}",
          "branches_url": "https://api.github.com/repos/ohcnetwork/care_fe/branches{/branch}",
          "tags_url": "https://api.github.com/repos/ohcnetwork/care_fe/tags",
          "blobs_url": "https://api.github.com/repos/ohcnetwork/care_fe/git/blobs{/sha}",
          "git_tags_url": "https://api.github.com/repos/ohcnetwork/care_fe/git/tags{/sha}",
          "git_refs_url": "https://api.github.com/repos/ohcnetwork/care_fe/git/refs{/sha}",
          "trees_url": "https://api.github.com/repos/ohcnetwork/care_fe/git/trees{/sha}",
          "statuses_url": "https://api.github.com/repos/ohcnetwork/care_fe/statuses/{sha}",
          "languages_url": "https://api.github.com/repos/ohcnetwork/care_fe/languages",
          "stargazers_url": "https://api.github.com/repos/ohcnetwork/care_fe/stargazers",
          "contributors_url": "https://api.github.com/repos/ohcnetwork/care_fe/contributors",
          "subscribers_url": "https://api.github.com/repos/ohcnetwork/care_fe/subscribers",
          "subscription_url": "https://api.github.com/repos/ohcnetwork/care_fe/subscription",
          "commits_url": "https://api.github.com/repos/ohcnetwork/care_fe/commits{/sha}",
          "git_commits_url": "https://api.github.com/repos/ohcnetwork/care_fe/git/commits{/sha}",
          "comments_url": "https://api.github.com/repos/ohcnetwork/care_fe/comments{/number}",
          "issue_comment_url": "https://api.github.com/repos/ohcnetwork/care_fe/issues/comments{/number}",
          "contents_url": "https://api.github.com/repos/ohcnetwork/care_fe/contents/{+path}",
          "compare_url": "https://api.github.com/repos/ohcnetwork/care_fe/compare/{base}...{head}",
          "merges_url": "https://api.github.com/repos/ohcnetwork/care_fe/merges",
          "archive_url": "https://api.github.com/repos/ohcnetwork/care_fe/{archive_format}{/ref}",
          "downloads_url": "https://api.github.com/repos/ohcnetwork/care_fe/downloads",
          "issues_url": "https://api.github.com/repos/ohcnetwork/care_fe/issues{/number}",
          "pulls_url": "https://api.github.com/repos/ohcnetwork/care_fe/pulls{/number}",
          "milestones_url": "https://api.github.com/repos/ohcnetwork/care_fe/milestones{/number}",
          "notifications_url": "https://api.github.com/repos/ohcnetwork/care_fe/notifications{?since,all,participating}",
          "labels_url": "https://api.github.com/repos/ohcnetwork/care_fe/labels{/name}",
          "releases_url": "https://api.github.com/repos/ohcnetwork/care_fe/releases{/id}",
          "deployments_url": "https://api.github.com/repos/ohcnetwork/care_fe/deployments",
          "created_at": "2020-03-21T17:32:30Z",
          "updated_at": "2024-12-11T11:30:59Z",
          "pushed_at": "2024-12-11T12:15:10Z",
          "git_url": "git://github.com/ohcnetwork/care_fe.git",
          "ssh_url": "[email protected]:ohcnetwork/care_fe.git",
          "clone_url": "https://github.com/ohcnetwork/care_fe.git",
          "svn_url": "https://github.com/ohcnetwork/care_fe",
          "homepage": "https://care.ohc.network",
          "size": 40795,
          "stargazers_count": 261,
          "watchers_count": 261,
          "language": "TypeScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": true,
          "forks_count": 465,
          "mirror_url": null,
          "archived": false,
          "disabled": false,
          "open_issues_count": 210,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": [
            "digital-public-goods",
            "hacktoberfest",
            "healthcare",
            "hmis"
          ],
          "visibility": "public",
          "forks": 465,
          "open_issues": 210,
          "watchers": 261,
          "default_branch": "develop"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/9264"
        },
        "html": {
          "href": "https://github.com/ohcnetwork/care_fe/pull/9264"
        },
        "issue": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/issues/9264"
        },
        "comments": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/issues/9264/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/9264/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/pulls/9264/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/ohcnetwork/care_fe/statuses/b4f21d710388613d2173513daedb4c810b4533f7"
        }
      },
      "author_association": "CONTRIBUTOR",
      "auto_merge": null,
      "active_lock_reason": null,
      "merged": true,
      "mergeable": null,
      "rebaseable": null,
      "mergeable_state": "unknown",
      "merged_by": {
        "login": "rithviknishad",
        "id": 25143503,
        "node_id": "MDQ6VXNlcjI1MTQzNTAz",
        "avatar_url": "https://avatars.githubusercontent.com/u/25143503?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/rithviknishad",
        "html_url": "https://github.com/rithviknishad",
        "followers_url": "https://api.github.com/users/rithviknishad/followers",
        "following_url": "https://api.github.com/users/rithviknishad/following{/other_user}",
        "gists_url": "https://api.github.com/users/rithviknishad/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/rithviknishad/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/rithviknishad/subscriptions",
        "organizations_url": "https://api.github.com/users/rithviknishad/orgs",
        "repos_url": "https://api.github.com/users/rithviknishad/repos",
        "events_url": "https://api.github.com/users/rithviknishad/events{/privacy}",
        "received_events_url": "https://api.github.com/users/rithviknishad/received_events",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "comments": 9,
      "review_comments": 12,
      "maintainer_can_modify": false,
      "commits": 14,
      "additions": 25,
      "deletions": 23,
      "changed_files": 3
    }
  },
  "public": true,
  "created_at": "2024-12-11T13:56:33Z",
  "org": {
    "id": 62014451,
    "login": "ohcnetwork",
    "gravatar_id": "",
    "url": "https://api.github.com/orgs/ohcnetwork",
    "avatar_url": "https://avatars.githubusercontent.com/u/62014451?"
  }
}

@github-project-automation github-project-automation bot moved this to Triage in Care Dec 12, 2024
@rithviknishad rithviknishad moved this from Triage to Review required in Care Dec 12, 2024
@rithviknishad rithviknishad self-assigned this Dec 12, 2024
@rithviknishad rithviknishad changed the title Failed to process PR event for potentially deleted author Failed to process PR event for potentially deleted contributor Dec 12, 2024
@github-project-automation github-project-automation bot moved this from Review required to Done in Care Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant