diff --git a/patchwork/steps/CommitChanges/CommitChanges.py b/patchwork/steps/CommitChanges/CommitChanges.py index 3cd71c617..f4c63c40c 100644 --- a/patchwork/steps/CommitChanges/CommitChanges.py +++ b/patchwork/steps/CommitChanges/CommitChanges.py @@ -96,6 +96,7 @@ def commit_with_msg(repo: Repo, msg: str): with ephemeral.context(): repo.git.commit( + "--no-verify", "--author", "patched.codes[bot]<298395+patched.codes[bot]@users.noreply.github.com>", "-m", diff --git a/pyproject.toml b/pyproject.toml index 284311602..c46b86bf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "patchwork-cli" -version = "0.0.93" +version = "0.0.94" description = "" authors = ["patched.codes"] license = "AGPL"