We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbd501 commit de65b1fCopy full SHA for de65b1f
.github/actions/update_changelog/update_changelog.py
@@ -204,7 +204,7 @@ def fetch_user_details(username):
204
205
update_changelog(changelog_path, pr_data)
206
207
- base_branch_name = f"dev-changelog-{base_branch}-{suffix}"
+ base_branch_name = f"changelog/{base_branch}-{suffix}"
208
branch_name = base_branch_name
209
index = 1
210
while branch_exists(branch_name):
0 commit comments