1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/17308] Change project key to start with PHPBB-

PHPBB-17308
This commit is contained in:
Marc Alexander
2024-05-05 09:37:09 +02:00
parent 6aa980eadb
commit 8954a68953
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ then
# Branch is prefixed with 'ticket/', append ticket ID to message
if [ "$branch" != "${branch##ticket/}" ];
then
tail="$(printf '\n\nPHPBB3-%s' "$ticket_id")";
tail="$(printf '\n\nPHPBB-%s' "$ticket_id")";
fi
fi