Skip to content

Commit

Permalink
Adding --no-verify to git commit to ensure precommit hooks don't caus…
Browse files Browse the repository at this point in the history
…e issues
  • Loading branch information
whoisarpit committed Jan 21, 2025
1 parent 3b2ef62 commit c7374b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patchwork/steps/CommitChanges/CommitChanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c7374b5

Please sign in to comment.