{"id":25368235,"url":"https://github.com/discoverygarden/create-pr","last_synced_at":"2025-10-30T04:30:39.705Z","repository":{"id":39851559,"uuid":"488949677","full_name":"discoverygarden/create-pr","owner":"discoverygarden","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-11T07:09:34.000Z","size":434,"stargazers_count":0,"open_issues_count":11,"forks_count":2,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-02-11T08:24:03.265Z","etag":null,"topics":["github","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discoverygarden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-05T11:44:54.000Z","updated_at":"2024-10-15T15:21:11.000Z","dependencies_parsed_at":"2024-10-16T17:07:01.256Z","dependency_job_id":"9eb0f893-de63-4c7e-966e-fe7eae22d4b1","html_url":"https://github.com/discoverygarden/create-pr","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fcreate-pr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fcreate-pr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fcreate-pr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fcreate-pr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoverygarden","download_url":"https://codeload.github.com/discoverygarden/create-pr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238930061,"owners_count":19554122,"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","github-actions"],"created_at":"2025-02-15T00:36:34.395Z","updated_at":"2025-10-30T04:30:34.169Z","avatar_url":"https://github.com/discoverygarden.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Pull Request\n[![Test](https://github.com/discoverygarden/create-pr/actions/workflows/test.yml/badge.svg)](https://github.com/discoverygarden/create-pr/actions/workflows/test.yml)\n\nWorkflow for creating and automatically merging pull requests.\n\n## Usage\n\n### Inputs\n\n- `repo`: Repository name with owner. Defaults to current.\n- `head`: Head branch to merge. Deafults to current branch.\n- `base`: Base branch to merge into. Defaults to the current repo's default branch.\n- `labels`: A comma seperated list of labels to add to the pull request.\n- `automerge`: True if the pull request should be mergd automatically, default to `true`.\n- `token`: GitHub access token.\n\n### Outputs\n\n- `url`: The URL of the pull request.\n- `number`: The number of the pull request.\n\n### Example Workflow\n\n```yaml\nname: Create Pull Request\non:\n  push:\n  branches: ['feat-*']\n\njobs:\n  create-pr:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: discoverygarden/create-pr@v1\n        with:\n          repo: discoverygarden/create-pr\n          base: main\n          automerge: false\n          token: ${{ secrets.GITHUB_TOKEN}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fcreate-pr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoverygarden%2Fcreate-pr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fcreate-pr/lists"}