[DO-1600] Fix regex config gitea-sonarqube-bot-staging (!54)

[DO-1600]

Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/54
This commit is contained in:
Denis Patrakeev
2025-02-26 11:01:39 +03:00
parent 668350d6a5
commit 9a0ee3ca53

View File

@@ -110,9 +110,9 @@ app:
## @param app.configuration.namingPattern.regex Regular expression that MUST HAVE exactly ONE GROUP that matches the integer part of the PR. That integer part is identical to the pull request ID in Gitea.
## @param app.configuration.namingPattern.template Valid Go format string. It MUST have one integer placeholder which will be replaced by the pull request ID. See: https://pkg.go.dev/fmt#hdr-Printing
namingPattern:
regex: "^PR-(\\d+)$"
urlregex: "^http\.*&pullRequest=PR-(\\d+)\.*$"
template: "PR-%d"
regex: ^PR-(\d+)$
urlregex: ^http.*&pullRequest=PR-(\d+).*$
template: PR-%d
bitbucket:
webhook: