{"id":21238751,"url":"https://github.com/inetum-poland/action-bumper","last_synced_at":"2026-04-10T09:01:01.063Z","repository":{"id":235862116,"uuid":"791423465","full_name":"Inetum-Poland/action-bumper","owner":"Inetum-Poland","description":"Inetum Poland GitHub Actions `bumper` repository.","archived":false,"fork":false,"pushed_at":"2026-03-26T11:29:53.000Z","size":341,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T03:32:48.635Z","etag":null,"topics":["bumper","git","git-tags","github-actions","inetum","poland","tags"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Inetum-Poland.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":".github/CODEOWNERS","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":"2024-04-24T17:34:07.000Z","updated_at":"2025-09-15T07:01:38.000Z","dependencies_parsed_at":"2025-03-15T03:27:14.289Z","dependency_job_id":"2aacc364-8336-47e1-aaca-deba5f19fc5f","html_url":"https://github.com/Inetum-Poland/action-bumper","commit_stats":null,"previous_names":["inetum-poland/action-bumper"],"tags_count":80,"template":false,"template_full_name":null,"purl":"pkg:github/Inetum-Poland/action-bumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Faction-bumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Faction-bumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Faction-bumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Faction-bumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inetum-Poland","download_url":"https://codeload.github.com/Inetum-Poland/action-bumper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inetum-Poland%2Faction-bumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31635969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["bumper","git","git-tags","github-actions","inetum","poland","tags"],"created_at":"2024-11-21T00:38:08.648Z","updated_at":"2026-04-10T09:01:01.050Z","avatar_url":"https://github.com/Inetum-Poland.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-bumper\n\n[![.github/workflows/pre_commit.yml](https://github.com/Inetum-Poland/action-bumper/actions/workflows/pre_commit.yml/badge.svg)](https://github.com/Inetum-Poland/action-bumper/actions/workflows/pre_commit.yml) [![.github/workflows/trufflehog.yaml](https://github.com/Inetum-Poland/action-bumper/actions/workflows/trufflehog.yaml/badge.svg)](https://github.com/Inetum-Poland/action-bumper/actions/workflows/trufflehog.yaml)\n\n_Original projects: [action-bumpr](https://github.com/haya14busa/action-bumpr), [update-semver](https://github.com/haya14busa/action-update-semver)._\n\n**action-bumper** bumps semantic version tag on merging Pull Requests with specific labels (`bumper:major`,`bumper:minor`,`bumper:patch`, `bumper:none`), and creates semver tags on tag push.\n\n\u003e [!IMPORTANT]\n\u003e __This repository uses the [Conventional Commits](https://www.conventionalcommits.org/).__\n\u003e\n\u003e For more information please see the [Conventional Commits documentation](https://www.conventionalcommits.org/en/v1.0.0/#summary).\n\n\u003e [!IMPORTANT]\n\u003e __This repository uses the [pre-commit](https://pre-commit.com/).__\n\u003e\n\u003e Please be respectful while contributing and after cloning this repo install the pre-commit hooks.\n\u003e ```bash\n\u003e \u003e pre-commit install --install-hooks -t pre-commit -t commit-msg\n\u003e ```\n\u003e For more information please see the [pre-commit documentation](https://pre-commit.com/).\n\n## Input\n\n| Name                  | Description                                                                                                       | Default             | Required |\n| --------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------- | -------- |\n| bump_default_level    | Default bump level if no bumper label is attached [major, minor, patch, none]. Ignored when `bump_fail_if_no_level` is `true` |                     | false    |\n| bump_fail_if_no_level | Fail unless the PR has an explicit bumper label (`major`, `minor`, `patch`, or `none`)                           | false               | false    |\n| bump_include_v        | Include `v` prefix in tag                                                                                         | true                | false    |\n| bump_latest           | Add `latest` tag                                                                                                  | false               | false    |\n| bump_major            | Label name for major bump (bumper:major)                                                                          | bumper:major        | false    |\n| bump_minor            | Label name for minor bump (bumper:minor)                                                                          | bumper:minor        | false    |\n| bump_none             | Label name for no bump (bumper:none)                                                                              | bumper:none         | false    |\n| bump_patch            | Label name for patch bump (bumper:patch)                                                                          | bumper:patch        | false    |\n| bump_semver           | Whether to updates major/minor release tags on a tag push. e.g. Update `v1` and `v1.2` tag when released `v1.2.3` | false               | false    |\n| bump_tag_as_email     | Email address to use when creating tags                                                                           |                     | false    |\n| bump_tag_as_user      | Name to use when creating tags                                                                                    |                     | false    |\n| github_token          | GITHUB_TOKEN to list pull requests and create tags                                                                | ${{ github.token }} | true     |\n\n## Output\n\n| Name            | Description                                                |\n| --------------- | ---------------------------------------------------------- |\n| current_version | current version                                            |\n| next_version    | next version                                               |\n| skip            | True if release is skipped. e.g. No labels attached to PR. |\n| message         | Tag message                                                |\n\n## Usage\n\n```yaml\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    branches:\n      - main\n    types:\n      - labeled\n      - unlabeled\n      - opened\n      - reopened\n      - synchronize\n\npermissions:\n  pull-requests: write\n  contents: write\n\njobs:\n  tag_bumper:\n    runs-on: ubuntu-latest\n    env:\n      INETUM_POLAND_ACTION_BUMPER_DEBUG: ${{ vars.INETUM_POLAND_ACTION_BUMPER_DEBUG }}\n      INETUM_POLAND_ACTION_BUMPER_TRACE: ${{ vars.INETUM_POLAND_ACTION_BUMPER_TRACE }}\n    steps:\n      - uses: hmarr/debug-action@v3\n\n      - uses: actions/checkout@v4\n\n      - uses: jwalton/gh-find-current-pr@v1\n        id: finder\n        with:\n          state: all\n\n      - id: bumper\n        uses: ./\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          bump_fail_if_no_level: true\n          bump_semver: true\n          bump_latest: true\n\n      - uses: marocchino/sticky-pull-request-comment@v2\n        if: always() \u0026\u0026 (steps.bumper.outputs.tag_status != null) \u0026\u0026 (steps.finder.outputs.pr != null)\n        with:\n          header: action-bumper\n          number: ${{ steps.finder.outputs.pr }}\n          message: ${{ steps.bumper.outputs.tag_status }}\n```\n\nWith `bump_fail_if_no_level: true`, every PR must carry one of the configured bumper labels. Use `bumper:none` when you want to skip releasing but still satisfy the label requirement.\n\n### Note\n\naction-bumper uses push on main event to run workflow instead of pull_request closed (merged) event because github token doesn't have write permission for pull_request from fork repository.\n\n---\n\nCopyright (c) 2024-2026 Inetum Poland.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finetum-poland%2Faction-bumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finetum-poland%2Faction-bumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finetum-poland%2Faction-bumper/lists"}