Tags: Mergifyio/mergify-cli
Tags
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>
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>
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`
fix(release): add gh token to env (#556) Release script is failing, asking to set the GH_TOKEN env variable to use gh CLI. This adds it in the step. https://cli.github.com/manual/gh_auth_login
chore(ci): add junit upload CLI (#550) Adds the cli `mergify ci junit-upload` to upload JUnit xml reports to CI Issues. Fixes MRGFY-4339
PreviousNext