{"id":13579922,"url":"https://github.com/repo-sync/pull-request","last_synced_at":"2025-10-05T22:31:06.799Z","repository":{"id":39635362,"uuid":"202452477","full_name":"repo-sync/pull-request","owner":"repo-sync","description":"⤵️ A GitHub Action for creating pull requests","archived":true,"fork":false,"pushed_at":"2023-06-21T16:03:37.000Z","size":92,"stargazers_count":344,"open_issues_count":1,"forks_count":130,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-14T06:15:24.386Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/github-pull-request-action","language":"Shell","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/repo-sync.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-08-15T01:32:49.000Z","updated_at":"2024-04-12T12:34:38.000Z","dependencies_parsed_at":"2024-01-16T22:21:59.719Z","dependency_job_id":"4fa889b9-3931-4c0d-b7e8-f4ee2aa5eaf7","html_url":"https://github.com/repo-sync/pull-request","commit_stats":{"total_commits":76,"total_committers":22,"mean_commits":"3.4545454545454546","dds":0.6447368421052632,"last_synced_commit":"7e79a9f5dc3ad0ce53138f01df2fad14a04831c5"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repo-sync%2Fpull-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repo-sync%2Fpull-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repo-sync%2Fpull-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repo-sync%2Fpull-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/repo-sync","download_url":"https://codeload.github.com/repo-sync/pull-request/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215183107,"owners_count":15840987,"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":["actions","github-actions"],"created_at":"2024-08-01T15:01:44.785Z","updated_at":"2025-10-05T22:31:01.514Z","avatar_url":"https://github.com/repo-sync.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# GitHub Pull Request\n\n**We are in process of archiving this repository.** This Action was created before GitHub CLI was an option. We believe there are now better options for creating pull requests using GitHub Actions.\n\nWe recommend using GitHub CLI directly in your workflow file. See: [`gh pr create`](https://cli.github.com/manual/gh_pr_create)\n\nFor example:\n\n```yaml\n# File: .github/workflows/pull-request.yml\n\non:\n  push:\n    branches:\n      - feature-1\n\npermissions:\n  pull-requests: write\n\njobs:\n  pull-request:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: pull-request\n        run: |\n          gh_pr_up() { gh pr create $* || gh pr edit $* }\n          gh_pr_up --title \"My pull request\" --body \"Description\"\n```\n\nRefer to the [`gh pr create`](https://cli.github.com/manual/gh_pr_create) docs for further options. Read [\"Defining outputs for jobs\"](https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs) to define outputs. As a result of [\"GitHub Actions – Updating the default GITHUB_TOKEN permissions to read-only\"](https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/), you will need both the `permissions:` entry and to update your repository settings.\n\nThank you to the many contributors of this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepo-sync%2Fpull-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepo-sync%2Fpull-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepo-sync%2Fpull-request/lists"}