fix(ci): try to use correct rfc email string

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-18 11:46:24 +01:00
parent da515546a8
commit 39eccdaec5
+1 -1
View File
@@ -9,7 +9,7 @@
"prConcurrentLimit": 7,
"pinDigests": true,
"timezone":"Europe/Amsterdam",
"gitAuthor": "bot@truecharts.org",
"gitAuthor": "TrueCharts-Bot <bot@truecharts.org>",
"helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
},