Skip to content

Commit 6cc5761

Browse files
ci(workflows): [docs] add docblock to update-stable-titles
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 32a2648 commit 6cc5761

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/update-stable-titles.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: MIT
3+
#
4+
# Automatically normalizes pull request titles for `stable*` branches.
5+
#
6+
# On PR open/edit, this workflow checks the target branch and ensures the title
7+
# starts with the matching prefix (for example `[stable31]`). Any existing
8+
# stable-branch tags are removed before the correct one is added.
9+
#
10+
# This is intended to keep backport and stable-branch PR titles consistent.
11+
# It runs automatically and does not need manual input. If stable branch naming
12+
# or title conventions change, update the branch filter and regex logic below.
13+
314
name: Update PRs titles on stable branches
415

516
on:

0 commit comments

Comments
 (0)