{"id":29669358,"url":"https://github.com/technicallyty/r2d2","last_synced_at":"2025-07-22T18:35:52.833Z","repository":{"id":294328560,"uuid":"986576851","full_name":"technicallyty/r2d2","owner":"technicallyty","description":"release request detection and deployment","archived":false,"fork":false,"pushed_at":"2025-05-19T22:57:39.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T23:28:12.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/technicallyty.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.go","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,"zenodo":null}},"created_at":"2025-05-19T20:20:55.000Z","updated_at":"2025-05-19T22:56:51.000Z","dependencies_parsed_at":"2025-05-19T23:39:16.944Z","dependency_job_id":null,"html_url":"https://github.com/technicallyty/r2d2","commit_stats":null,"previous_names":["technicallyty/r2d2"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/technicallyty/r2d2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicallyty%2Fr2d2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicallyty%2Fr2d2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicallyty%2Fr2d2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicallyty%2Fr2d2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technicallyty","download_url":"https://codeload.github.com/technicallyty/r2d2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicallyty%2Fr2d2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552761,"owners_count":23947184,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-22T18:35:52.055Z","updated_at":"2025-07-22T18:35:52.799Z","avatar_url":"https://github.com/technicallyty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# R2D2—Release Request Detection and Deployment\n\nThe R2D2 system allows tags to be created from PRs.\n\nThis action is built specifically for Cosmos SDK release practices. Please open an issue if you'd like it generalized to support your use case.\n\n# Cosmos SDK Usage\n\nA PR should be made to update the changelog of the package that needs the new tag. \nThe changelog should include the new version you're trying to tag.\n\nFor example:\n\n`x/tx/changelog.md`\n```markdown\n# Changelog\n\n## [Unreleased]\n\n## [v2.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/x/tx/v2.0.0) - 2025-05-20\n```\n\nA PR with this changelog update will push the tag `x/tx/v2.0.0`.\n\n# Required Environment Variables (Using Docker Directly)\n\n- COSMOS_CHANGELOG: The changelog file for the module being updated. This should contain the tag you want to update to.\n- COSMOS_CHANGELOG_FILE: The path to the changelog file. This is used to derive the package path. For example, tagging v1.0.0 with changelog at `x/tx/changelog.md` will derive the tag `x/tx/v1.0.0`\n- COSMOS_TAGS: The list of tags from git. \n- COMMIT_SHA: The sha of the commit we want to tag.\n- GITHUB_TOKEN: Auth token for creating tags.\n- REPO_OWNER: The name of the GitHub owner/org.\n- REPO_NAME: The name of the GitHub repo.\n- R2D2_COMMENT_ONLY(Boolean): If the job should make a comment on the PR. if this is true, a tag will NOT be created.\n- R2D2_PR_NUMBER: The PR number.\n\n# Required Inputs (Using Action File)\n- changelog: the flattened changelog file content\n- changelog-file: the path to the changelog file (i.e., x/tx/changelog.md)\n- cosmos-tags: the previous tags starting from the merge commit sha.\n- r2d2-comment-only: boolean indicating whether the bot should simply comment on the PR. when false, the bot will push tags. (TODO: this is dumb)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicallyty%2Fr2d2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicallyty%2Fr2d2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicallyty%2Fr2d2/lists"}