mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
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:
commit
9df554ed1c
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class PRUpdateChangelog:
|
||||||
file_path="CHANGELOG.md",
|
file_path="CHANGELOG.md",
|
||||||
branch=self.git_provider.get_pr_branch(),
|
branch=self.git_provider.get_pr_branch(),
|
||||||
contents=new_file_content,
|
contents=new_file_content,
|
||||||
message="Update CHANGELOG.md",
|
message="[skip ci] Update CHANGELOG.md",
|
||||||
)
|
)
|
||||||
|
|
||||||
sleep(5) # wait for the file to be updated
|
sleep(5) # wait for the file to be updated
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue