From 6bec691514e403215e404f453193cd42430f994d Mon Sep 17 00:00:00 2001 From: Renata Date: Wed, 16 Oct 2024 00:37:20 -0400 Subject: [PATCH] fix: minor merge commits fix --- taf/updater/updater_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taf/updater/updater_pipeline.py b/taf/updater/updater_pipeline.py index 81eb916d..08e17468 100644 --- a/taf/updater/updater_pipeline.py +++ b/taf/updater/updater_pipeline.py @@ -1632,7 +1632,7 @@ def merge_auth_commits(self): self.state.users_auth_repo, self.state.users_auth_repo.default_branch, last_commit, - False, + True, ) # update the last validated commit self.state.users_auth_repo.set_last_validated_commit(last_commit)