{"id":16154255,"url":"https://github.com/thomaseizinger/create-pull-request","last_synced_at":"2025-11-08T14:03:16.003Z","repository":{"id":42705623,"uuid":"240480422","full_name":"thomaseizinger/create-pull-request","owner":"thomaseizinger","description":"Does what it says on the tin, create a pull request, easy and simple.","archived":false,"fork":false,"pushed_at":"2024-06-18T06:18:01.000Z","size":1143,"stargazers_count":34,"open_issues_count":10,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-07T00:47:15.857Z","etag":null,"topics":[],"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/thomaseizinger.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2020-02-14T10:12:11.000Z","updated_at":"2025-02-28T15:24:48.000Z","dependencies_parsed_at":"2024-05-06T02:29:29.291Z","dependency_job_id":"394354f2-aec8-4688-8a99-c8f4c3a2d3e4","html_url":"https://github.com/thomaseizinger/create-pull-request","commit_stats":{"total_commits":68,"total_committers":9,"mean_commits":7.555555555555555,"dds":0.5294117647058824,"last_synced_commit":"84104598ab3d603b60080ddfabd783999765a992"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/thomaseizinger/create-pull-request","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-pull-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-pull-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-pull-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-pull-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaseizinger","download_url":"https://codeload.github.com/thomaseizinger/create-pull-request/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-pull-request/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270552181,"owners_count":24605565,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T01:15:50.371Z","updated_at":"2025-11-08T14:03:15.219Z","avatar_url":"https://github.com/thomaseizinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create pull request\n\nDoes what it says on the tin - creates a pull request, nothing else.\n\n## Usage\n\n```yaml\nname: \"Create PR\"\non: push\n\njobs:\n  create-pr-on-push:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@1.0.0\n    \n    - name: Create pull request\n      uses: thomaseizinger/create-pull-request@master\n      with:\n        github_token: ${{ secrets.GITHUB_TOKEN }}\n        head: ${{ github.ref }}\n        base: master\n        title: \"An automatically created PR!\"\n```\n\n## Advanced usage\n\nTo get an idea of all inputs that are supported, have a look at [this file](./src/getInputs.ts) or the [tests](./__tests__/getInputs.test.ts).\n\nFor self-hosted runners behind a corporate proxy, set the https_proxy environment variable.\n\n```yaml\n- name: Create pull request\n      uses: thomaseizinger/create-pull-request@master\n      with:\n        github_token: ${{ secrets.GITHUB_TOKEN }}\n        head: ${{ github.ref }}\n        base: master\n        title: \"An automatically created PR!\"\n      env:\n        https_proxy: http://\u003cproxy_address\u003e:\u003cport\u003e\n```\n\n### Action outputs\n\nThe following outputs can be set by action\n\n- `number` - Number of the created pull request.\n- `html_url` - URL of the created pull request.\n- `created` - 'true' if pull request was successfully created, 'false' if pull request existed already.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaseizinger%2Fcreate-pull-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaseizinger%2Fcreate-pull-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaseizinger%2Fcreate-pull-request/lists"}