Merge pull request #1185 from jozefvodicka/patch-1

Update pr_update_changelog.py to include "[skip ci]" so pipeline is n…
This commit is contained in:
Tal
2024-08-31 16:33:18 +03:00
committed by GitHub

View File

@ -130,7 +130,7 @@ class PRUpdateChangelog:
file_path="CHANGELOG.md",
branch=self.git_provider.get_pr_branch(),
contents=new_file_content,
message="Update CHANGELOG.md",
message="[skip ci] Update CHANGELOG.md",
)
sleep(5) # wait for the file to be updated