Skip to content

Tags: Mergifyio/mergify-cli

Tags

2025.3.27.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use GITHUB_REF_NAME (#656)

2025.3.26.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for MERGIFY_TEST_JOB_NAME (#654)

2025.3.19.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: add a session span (#644)

2025.3.14.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: update README (#639)

2025.2.14.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set test.run.id as str (#622)

OpenTelemetry cannot encode 8 bytes integer in protobuf.

2025.2.13.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: switch to test run id (#621)

2025.02.06.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update GHA notice to new format (#612)

2025.01.29.14.38

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps-dev): Bump pytest-asyncio from 0.25.2 to 0.25.3

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

2025.01.29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps-dev): Bump pytest-asyncio from 0.25.2 to 0.25.3

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

2024.12.03.10.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: put some default options to stack group (#568)

Global options `--token` and `--github-server` are related to the `stack` group and should not have their defaults computed for other groups since they may break others commands.

--debug is still a global option:

$ `mergify --debug stack push`

This does not work anymore:

$ `mergify --token foobar stack push`

Global `stack` options are to be passed like this:

$ `mergify stack --token foobar push`