Skip to content

Commit

Permalink
Merge pull request #1185 from jozefvodicka/patch-1
Browse files Browse the repository at this point in the history
Update pr_update_changelog.py to include "[skip ci]" so pipeline is n…
  • Loading branch information
mrT23 authored Aug 31, 2024
2 parents e5715e1 + 4203ee4 commit 9df554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_update_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _push_changelog_update(self, new_file_content, answer):
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
Expand Down

0 comments on commit 9df554e

Please sign in to comment.