{"id":29145935,"url":"https://github.com/ruelala/auto-tagger","last_synced_at":"2025-07-28T22:35:29.224Z","repository":{"id":39991148,"uuid":"286515176","full_name":"RueLaLa/auto-tagger","owner":"RueLaLa","description":"A GitHub action to auto tag merged PRs following SemVer","archived":false,"fork":false,"pushed_at":"2025-04-29T17:00:02.000Z","size":83,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-30T14:50:43.678Z","etag":null,"topics":["action","github","github-actions","python","semantic-versioning"],"latest_commit_sha":null,"homepage":"","language":"Python","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/RueLaLa.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}},"created_at":"2020-08-10T15:42:11.000Z","updated_at":"2025-04-29T17:00:06.000Z","dependencies_parsed_at":"2024-04-19T18:55:08.164Z","dependency_job_id":null,"html_url":"https://github.com/RueLaLa/auto-tagger","commit_stats":{"total_commits":56,"total_committers":4,"mean_commits":14.0,"dds":0.125,"last_synced_commit":"5e53c4f46ca02eefc7a5ce8f01c19e99d0d30337"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/RueLaLa/auto-tagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RueLaLa%2Fauto-tagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RueLaLa%2Fauto-tagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RueLaLa%2Fauto-tagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RueLaLa%2Fauto-tagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RueLaLa","download_url":"https://codeload.github.com/RueLaLa/auto-tagger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RueLaLa%2Fauto-tagger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262850294,"owners_count":23374356,"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","github","github-actions","python","semantic-versioning"],"created_at":"2025-06-30T21:09:04.783Z","updated_at":"2025-06-30T21:09:05.787Z","avatar_url":"https://github.com/RueLaLa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"auto-tagger\n===\n\n# Introduction\n\nThis is a simple github action that is triggered on github PR merging that will increment the git tag on the merge commit following [semver](https://semver.org) and add a comment to the merged commit with the new tag.\n\n# Installation\n\nTo use this, simply define an action configuration yaml in the `.github/workflows` directory of your repository with the following contents:\n```\nname: Auto Tagger\n\non:\n  pull_request:\n    types: [closed]\n\njobs:\n  auto-tagger:\n    uses: RueLaLa/auto-tagger/.github/workflows/auto_tagger.yml@master\n\n```\n\nThe default Github token created for the action to use has enough permissions to checkout, tag, and push the new tag on the repo that this action is defined in.\n\n# Local Testing\n\nTo test the semver component locally, install the python dependencies by running `pip install -r requirements.txt` where auto-tagger is checked out.\n\nThen, cd to the directory you want to test in and run the below command:\n```\nDRYRUN=True GITHUB_SHA=$(git rev-parse HEAD) /path/to/auto-tagger/entrypoint.py\n```\n\n# Usage\n\nOnce installed, when merging a pull request, simply include either `#major`, `#minor`, or `#patch` to the commit message. Alternatively, if you don't include of these, a patch level bump will be assumed. Below is an example from the pull request page:\n![merge commit message example](docs/merge_commit_msg_example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruelala%2Fauto-tagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruelala%2Fauto-tagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruelala%2Fauto-tagger/lists"}