Browse Source

Update changelog branch name (#15188)

Natasha Pirogova 1 week ago
parent
commit
45f8fc2ec6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/update_changelog/update_changelog.py

+ 1 - 1
.github/actions/update_changelog/update_changelog.py

@@ -204,7 +204,7 @@ if __name__ == "__main__":
 
     update_changelog(changelog_path, pr_data)
 
-    base_branch_name = f"dev-changelog-{base_branch}-{suffix}"
+    base_branch_name = f"changelog/{base_branch}-{suffix}"
     branch_name = base_branch_name
     index = 1
     while branch_exists(branch_name):