Skip to content

Commit 68803c1

Browse files
authored
Fix work with locked branch in update_changelog.py (#14923)
1 parent 3a2be13 commit 68803c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/update_changelog/update_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def fetch_user_details(username):
204204

205205
update_changelog(changelog_path, pr_data)
206206

207-
base_branch_name = f"changelog-for-{base_branch}-{suffix}"
207+
base_branch_name = f"dev-changelog-{base_branch}-{suffix}"
208208
branch_name = base_branch_name
209209
index = 1
210210
while branch_exists(branch_name):

0 commit comments

Comments
 (0)