{"id":25368240,"url":"https://github.com/discoverygarden/auto-semver","last_synced_at":"2026-02-17T13:01:12.761Z","repository":{"id":131258368,"uuid":"408571085","full_name":"discoverygarden/auto-semver","owner":"discoverygarden","description":"Action to generate versioning tags.","archived":false,"fork":false,"pushed_at":"2026-01-19T06:08:17.000Z","size":50,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-02-12T10:52:10.574Z","etag":null,"topics":["github","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discoverygarden.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-20T19:15:06.000Z","updated_at":"2025-11-21T17:32:28.000Z","dependencies_parsed_at":"2023-11-06T23:20:02.754Z","dependency_job_id":"191e0288-e1c5-4c55-84d9-46beda7b24e1","html_url":"https://github.com/discoverygarden/auto-semver","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/discoverygarden/auto-semver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fauto-semver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fauto-semver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fauto-semver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fauto-semver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoverygarden","download_url":"https://codeload.github.com/discoverygarden/auto-semver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fauto-semver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["github","github-actions"],"created_at":"2025-02-15T00:36:35.727Z","updated_at":"2026-02-17T13:01:12.498Z","avatar_url":"https://github.com/discoverygarden.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auto-semver\n\nA GitHub action for automatically semantic versioning a repository when a closing and merging in a pull request.\n\n\n## Inputs\n- **token:** Token to use to push to the repo. Pass in using `secrets.GITHUB_TOKEN`. (required)\n- **prefix:** The prefix prepended to the version number. Default is `v`.\n\n## Outputs\nThis action does not output any artifacts.\n\n## Secrets\nThis action does not use any secrets.\n\n## Usage\nLearn more about GitHub Actions in general [here](https://docs.github.com/en/actions/quickstart). \n\nTo use this action in your repo, follow these steps:\n\n 1. Create a YAML file in the `.github/workflows/` directory of your repo.\n 2.  Copy the following into the YAML file:\n```yaml\nname: Auto Semver\non:\n  pull_request:\n    types: closed\n    branches:\n      - main\njobs:\n  update:\n    if: github.event.pull_request.merged == true\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Repo\n        uses: actions/checkout@v3\n      - name: Run Auto Semver\n        uses: discoverygarden/auto-semver@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\nThis will run the automatic semantic versioning on closed pull requests to the main branch of a repository. Before it runs the job, it'll also check to see if the pull request is `Merged`, if it was simply closed, it won't run the jobs, as we don't want to increment the version number on any closed pull requests except for ones that have been merged.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fauto-semver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoverygarden%2Fauto-semver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fauto-semver/lists"}