Skip to content

Commit 72382c1

Browse files
authored
Merge 4ef07f8 into 3a2be13
2 parents 3a2be13 + 4ef07f8 commit 72382c1

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)