{"id":15468332,"url":"https://github.com/winebarrel/pru-action","last_synced_at":"2025-04-22T11:29:00.592Z","repository":{"id":66256646,"uuid":"589072288","full_name":"winebarrel/pru-action","owner":"winebarrel","description":"GitHub action for pru.","archived":false,"fork":false,"pushed_at":"2025-04-21T11:19:34.000Z","size":2342,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-21T11:41:24.431Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/winebarrel.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-15T00:31:52.000Z","updated_at":"2025-04-21T11:19:37.000Z","dependencies_parsed_at":"2023-02-20T20:01:09.294Z","dependency_job_id":"8198eba9-76cb-487b-8725-be1d4e159c46","html_url":"https://github.com/winebarrel/pru-action","commit_stats":{"total_commits":276,"total_committers":2,"mean_commits":138.0,"dds":"0.14130434782608692","last_synced_commit":"298304d12deeae60f2f4bd359333702377838998"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fpru-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fpru-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fpru-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fpru-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winebarrel","download_url":"https://codeload.github.com/winebarrel/pru-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250052636,"owners_count":21367033,"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"],"created_at":"2024-10-02T01:40:43.646Z","updated_at":"2025-04-22T11:29:00.565Z","avatar_url":"https://github.com/winebarrel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pru-action\n\nGitHub action for [pru](https://github.com/winebarrel/pru).\n\npru is a tool that updates pull requests branch from the base branch that contains specified files.\n\n```mermaid\ngitGraph\n  commit\n  commit\n  branch pr/foo\n  commit\n  commit\n  commit\n  checkout main\n  branch pr/bar\n  commit\n  commit\n  commit\n  checkout main\n  merge pr/foo tag:\"merge pull request\"\n  commit\n  checkout pr/bar\n  merge main tag:\"auto update by pru\"\n  checkout main\n  commit\n```\n\n## Usage\n\n```yaml\nname: pru\non:\n  push:\n    branches:\n      - main\n    paths:\n      - \"**/*.go\"\n      - Makefile\npermissions:\n  contents: write\n  pull-requests: write\njobs:\n  pru:\n    name: pru\n    runs-on: ubuntu-latest\n    steps:\n      - uses: winebarrel/pru-action@v0.4.1\n        with:\n          # version: v0.4.1\n          # repo: owner/repo\n          # github-token: ***\n          # bases: main,master\n          # ignore-labels: foo,bar,zoo\n          paths: |\n            **/*.go\n            Makefile\n```\n\n## Example\n\nsee https://github.com/winebarrel/pru-example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinebarrel%2Fpru-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinebarrel%2Fpru-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinebarrel%2Fpru-action/lists"}