{"id":20385081,"url":"https://github.com/poad/github-pull-requester","last_synced_at":"2025-07-06T17:34:32.325Z","repository":{"id":36952169,"uuid":"326535303","full_name":"poad/github-pull-requester","owner":"poad","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-27T10:39:45.000Z","size":16944,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-29T06:40:05.830Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-04T01:13:32.000Z","updated_at":"2025-06-27T10:39:16.000Z","dependencies_parsed_at":"2023-12-17T20:43:01.463Z","dependency_job_id":"c182cee3-15a7-41ee-874c-8f34aba0e0fe","html_url":"https://github.com/poad/github-pull-requester","commit_stats":{"total_commits":1276,"total_committers":3,"mean_commits":425.3333333333333,"dds":"0.10109717868338552","last_synced_commit":"4371b70405fc0fc9bc3233ab0f6bbea36bb29633"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/poad/github-pull-requester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fgithub-pull-requester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fgithub-pull-requester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fgithub-pull-requester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fgithub-pull-requester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poad","download_url":"https://codeload.github.com/poad/github-pull-requester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poad%2Fgithub-pull-requester/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262745002,"owners_count":23357497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions"],"created_at":"2024-11-15T02:32:14.216Z","updated_at":"2025-07-06T17:34:32.272Z","avatar_url":"https://github.com/poad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-pull-requester\n\n[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE)\n![CI](https://github.com/poad/github-pull-requester/workflows/CI/badge.svg)\n[![GitHub release](https://img.shields.io/github/release/poad/github-pull-requester.svg)](https://GitHub.com/poad/github-pull-requester/releases/)\n\nCreate a new Pull Request by GitHub GraphQL API.\n\n## Useage\n\n```$yaml\n- name: Create a new Pull Request\n  uses: poad/github-pull-requester@v2.0.0\n  with:\n      head_branch: { name of head branch }\n      base_branch: master # If omitted, it is equivalent to specifying main.\n      github_token: { GitHub token for Pull Request creation }\n      owner: { name of repository owner }\n      repository: { name of repository }\n      title: { title (optional) }\n      body: { body (optional) }\n```\n\n### Reference Information\n\n[GitHub API](https://docs.github.com/en/free-pro-team@latest/rest/reference/pulls#create-a-pull-request)\n\n#### The following parameters are not supported\n\n- maintainer_can_modify\n- draft\n- issue\n\n## Outputs\n\n### key\n\n`result`\n\n### value\n\n| key | value |\n|-----|-------|\n| id | GraphQL Node ID of GitHub Pull Request. |\n| url | URL of GitHub Pull Request. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoad%2Fgithub-pull-requester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoad%2Fgithub-pull-requester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoad%2Fgithub-pull-requester/lists"}