{"id":23036117,"url":"https://github.com/wndhydrnt/saturn-bot","last_synced_at":"2025-07-12T08:05:36.621Z","repository":{"id":239988044,"uuid":"784900066","full_name":"wndhydrnt/saturn-bot","owner":"wndhydrnt","description":"Automatically create pull requests. Create, modify or delete files across repositories.","archived":false,"fork":false,"pushed_at":"2025-06-16T18:16:59.000Z","size":1507,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T18:44:12.404Z","etag":null,"topics":["automation","devops","gitops","golang","pull-requests","refactoring"],"latest_commit_sha":null,"homepage":"https://saturn-bot.readthedocs.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wndhydrnt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-04-10T19:31:13.000Z","updated_at":"2025-06-16T18:16:52.000Z","dependencies_parsed_at":"2024-06-16T13:52:25.701Z","dependency_job_id":"01f41c27-448d-4963-8477-39a81048a2f7","html_url":"https://github.com/wndhydrnt/saturn-bot","commit_stats":null,"previous_names":["wndhydrnt/saturn-bot"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/wndhydrnt/saturn-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wndhydrnt%2Fsaturn-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wndhydrnt%2Fsaturn-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wndhydrnt%2Fsaturn-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wndhydrnt%2Fsaturn-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wndhydrnt","download_url":"https://codeload.github.com/wndhydrnt/saturn-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wndhydrnt%2Fsaturn-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261129961,"owners_count":23113919,"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":["automation","devops","gitops","golang","pull-requests","refactoring"],"created_at":"2024-12-15T16:48:25.963Z","updated_at":"2025-06-21T13:36:30.115Z","avatar_url":"https://github.com/wndhydrnt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saturn-bot 🪐🤖\n\nCreate, modify or delete files across many repositories in parallel.\n\n## Use cases\n\n-   Onboard repositories to CI workflows.\n-   Keep files in sync across repositories.\n-   Automate code rewrites.\n\n## Features\n\n-   Create or delete files.\n-   Insert, replace or delete lines in files.\n-   Filter which repositories to modify.\n-   Automatic creation of pull requests.\n-   Support for GitHub and GitLab.\n-   Implement custom logic and complex changes through plugins in Go and Python.\n-   Automatically merge pull requests if all checks have passed and all approvals have been given.\n\n## Quickstart\n\nRequirements:\n\n-   saturn-bot installed.\n-   An access token for GitHub or GitLab.\n\nCreate the file `hello-world.yaml`:\n\n```yaml title=\"hello-world.yaml\"\n# yaml-language-server: $schema=https://saturn-bot.readthedocs.io/en/latest/schemas/task.schema.json\nname: \"saturn-bot Hello World\"\nprTitle: \"saturn-bot Hello World\"\nprBody: |\n  saturn-bot Quickstart.\n\n  This pull request creates the file `hello-world.txt`.\n\n# Filters tell saturn-bot which repositories to modify.\nfilters:\n  - filter: repository\n    params:\n      host: github.com\n      owner: wndhydrnt # Replace with your owner\n      name: saturn-bot-example # Replace with your repository\n\n# Actions tell saturn-bot how to modify each repository.\nactions:\n  - action: fileCreate\n    params:\n      content: \"Hello World\"\n      path: \"hello-world.txt\"\n```\n\nRun saturn-bot:\n\nGitHub\n\n```shell\nSATURN_BOT_GITHUBTOKEN=\u003ctoken\u003e saturn-bot run hello-world.yaml\n```\n\nGitLab\n\n```shell\nSATURN_BOT_GITLABTOKEN=\u003ctoken\u003e saturn-bot run hello-world.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwndhydrnt%2Fsaturn-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwndhydrnt%2Fsaturn-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwndhydrnt%2Fsaturn-bot/lists"}