From 88cdbc281ea71fba444f48ac9069dfed62dd6668 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 29 May 2025 11:18:26 -0400 Subject: [PATCH] github: add tentacle milestone pull requests based on the tentacle branch aren't setting the milestone Signed-off-by: Casey Bodley --- .github/milestone.yml | 1 + doc/dev/release-checklists.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/milestone.yml b/.github/milestone.yml index 036048471209..bf151aee6846 100644 --- a/.github/milestone.yml +++ b/.github/milestone.yml @@ -6,3 +6,4 @@ base-branch: - "(quincy)" - "(reef)" - "(squid)" + - "(tentacle)" diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index dfe39c02e713..b9c21b1037ce 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -132,7 +132,7 @@ After dev freeze - [ ] cherry-pick 8cf9ad62949516666ad0f2c0bb7726ef68e4d666 ("doc: add releases links to toc"). There will be trivial conflicts. - [ ] add redirect for new major release at `RTD `_. - [x] add release name to redmine (using https://tracker.ceph.com/custom_fields/16/edit) -- [ ] add release name to .github/milestone.yml for github actions to automatically add milestone to backports (this commit must be backported to the release branch) +- [x] add release name to .github/milestone.yml for github actions to automatically add milestone to backports (this commit must be backported to the release branch) - [ ] add release branch to nightlies: qa/crontab/teuthology-cronjobs First release candidate -- 2.47.3