{"id":24099209,"url":"https://github.com/ctux/simple-pull-request-gh-action","last_synced_at":"2026-05-08T03:06:27.034Z","repository":{"id":37045447,"uuid":"496631586","full_name":"cTux/simple-pull-request-gh-action","owner":"cTux","description":"A GitHub action that automates pull requests creating.","archived":false,"fork":false,"pushed_at":"2024-04-13T21:02:59.000Z","size":119,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-13T21:54:52.405Z","etag":null,"topics":["action","actions","github","github-action","github-actions","pull-request"],"latest_commit_sha":null,"homepage":"","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/cTux.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}},"created_at":"2022-05-26T13:29:18.000Z","updated_at":"2024-04-14T22:26:54.689Z","dependencies_parsed_at":"2023-10-16T14:30:54.539Z","dependency_job_id":"f977104d-5e67-4cfc-a42a-54bc5d951694","html_url":"https://github.com/cTux/simple-pull-request-gh-action","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cTux%2Fsimple-pull-request-gh-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cTux%2Fsimple-pull-request-gh-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cTux%2Fsimple-pull-request-gh-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cTux%2Fsimple-pull-request-gh-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cTux","download_url":"https://codeload.github.com/cTux/simple-pull-request-gh-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241035831,"owners_count":19898082,"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":["action","actions","github","github-action","github-actions","pull-request"],"created_at":"2025-01-10T15:01:28.462Z","updated_at":"2026-05-08T03:06:27.000Z","avatar_url":"https://github.com/cTux.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Pull Request GitHub Action\nA GitHub action that automates creating pull requests. Just specify command to execute and this action will create a pull request if changes were detected.\n\n### This action helps with:\n* Auto-updating dependencies ([project](./packages/npm-dependencies), [action](./.github/workflows/npm-dependencies.yml)) [![Dependencies update](https://github.com/cTux/simple-pull-request-gh-action/actions/workflows/npm-dependencies.yml/badge.svg)](https://github.com/cTux/simple-pull-request-gh-action/actions/workflows/npm-dependencies.yml)\n* Auto-fixing issues after dependencies audit ([project](./packages/npm-dependencies), [action](./.github/workflows/npm-dependencies-audit.yml)) [![Dependencies audit](https://github.com/cTux/simple-pull-request-gh-action/actions/workflows/npm-dependencies-audit.yml/badge.svg)](https://github.com/cTux/simple-pull-request-gh-action/actions/workflows/npm-dependencies-audit.yml)\n* Auto-generating types\n* Auto-fetching new localization\n* Auto-updating public API data saved locally\n\n## How to use?\n```yaml\nname: Automatic PR\n\non:\n  schedule:\n    - cron: '0/60 * * * *'\n\njobs:\n  update-dependencies:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout the head commit of the branch\n        uses: actions/checkout@v2\n        with:\n          persist-credentials: false\n\n      - name: Run command\n        uses: ctux/simple-pull-request-gh-action@1.0.2-rc\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          commit_message: \"'add(app): new file'\"\n```\n\n## Inputs\n\n| Name             | Description                                    | Required | Default             |\n|------------------|------------------------------------------------|----------|---------------------|\n| token            | GITHUB_TOKEN or a Personal Access Token (PAT). | Yes      | N/A                 |\n| branch_main_name | Base branch name.                              | No       | main                |\n| branch_pr_name   | Changes branch name.                           | No       | simple-pr-changes   |\n| commit_message   | Commit message for a pull request.             | No       | chore(app): changes |\n\n## Notes:\n* The committer name is set to the GitHub Actions bot user. GitHub \u003cnoreply@github.com\u003e\n\n## License\nThis tool is distributed under the terms of the MIT license. See [LICENSE](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctux%2Fsimple-pull-request-gh-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctux%2Fsimple-pull-request-gh-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctux%2Fsimple-pull-request-gh-action/lists"}