{"id":21988827,"url":"https://github.com/nealwp/prx.sh","last_synced_at":"2026-04-13T11:02:05.476Z","repository":{"id":202802557,"uuid":"708146951","full_name":"nealwp/prx.sh","owner":"nealwp","description":"Apply changes across multiple GitHub repos","archived":false,"fork":false,"pushed_at":"2023-10-21T18:24:46.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T02:43:21.457Z","etag":null,"topics":["automation","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nealwp.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}},"created_at":"2023-10-21T17:00:01.000Z","updated_at":"2023-10-21T18:22:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"54d800a7-8b1a-404f-b522-e018a91f0e47","html_url":"https://github.com/nealwp/prx.sh","commit_stats":null,"previous_names":["nealwp/prx.sh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nealwp/prx.sh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nealwp%2Fprx.sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nealwp%2Fprx.sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nealwp%2Fprx.sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nealwp%2Fprx.sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nealwp","download_url":"https://codeload.github.com/nealwp/prx.sh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nealwp%2Fprx.sh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","github"],"created_at":"2024-11-29T19:22:51.484Z","updated_at":"2026-04-13T11:02:05.460Z","avatar_url":"https://github.com/nealwp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prx.sh\n\nApply changes across multiple GitHub repositories\n\n## About\n\nEver needed the same change in a bunch of repos? Look no further. Save yourself some time with prx.sh. For every repo in a list, this will:\n\n* Clone the repo into a temp folder\n* Checkout to a new branch\n* Make the desired change\n* Commit and push the changes\n* Open a PR to merge to a target branch\n* Clean up the temp folder\n\n## Prereqs\n\n* Ensure `gh` CLI is installed\n* Run `gh auth login` and authenticate with your GitHub account\n\n## How to Use\n\n1. Clone this repo\n\n    ```bash\n    git clone git@github.com:nealwp/prx.sh.git\n    ```\n\n2. Update the repo list with the repos you want to affect. This list should be newline-delimited, not comma-delimited.\n\n    ```bash\n    REPOS=(\n        \"owner/repo1\"\n        \"owner/repo2\"\n        \"owner/repo3\"\n    )\n    ```\n\n3. Update the branch name, target branch, commit message, PR title, and PR body to the desired values\n\n    ```bash\n    BRANCH_NAME=\"example-branch-name\" \n    TARGET_BRANCH=\"main\"\n    COMMIT_MESSAGE=\"example commit message\"\n    PR_TITLE=\"example pr title\"\n    PR_BODY=\"example pr body\"\n    ```\n\n4. Add whatever changes you want applied to each repo\n\n5. Save `prx.sh` and run `./prx.sh`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnealwp%2Fprx.sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnealwp%2Fprx.sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnealwp%2Fprx.sh/lists"}