Skip to content

Commit f1c3819

Browse files
authored
Merge 98e0e1c into 6964fca
2 parents 6964fca + 98e0e1c commit f1c3819

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"dev-changelog-{base_branch}-{suffix}"
207+
base_branch_name = f"changelog/{base_branch}-{suffix}"
208208
branch_name = base_branch_name
209209
index = 1
210210
while branch_exists(branch_name):

0 commit comments

Comments
 (0)