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 32a2648 commit 6cc5761Copy full SHA for 6cc5761
1 file changed
.github/workflows/update-stable-titles.yml
@@ -1,5 +1,16 @@
1
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2
# 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
+
14
name: Update PRs titles on stable branches
15
16
on:
0 commit comments