aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNatasha Pirogova <galnat@ydb.tech>2025-02-28 15:10:10 +0300
committerGitHub <noreply@github.com>2025-02-28 15:10:10 +0300
commit45f8fc2ec6626a6735e7578d05997363242b71e7 (patch)
tree6ab68c598fc8d7ee02eca331320f3ae7b8f68e1d /.github
parent37290b172ed610df2157bf048f7f1115148b2a4d (diff)
downloadydb-45f8fc2ec6626a6735e7578d05997363242b71e7.tar.gz
Update changelog branch name (#15188)
Diffstat (limited to '.github')
-rw-r--r--.github/actions/update_changelog/update_changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/update_changelog/update_changelog.py b/.github/actions/update_changelog/update_changelog.py
index bd80e44f43..538703705b 100644
--- a/.github/actions/update_changelog/update_changelog.py
+++ b/.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):