[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user