Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/events/schema.json')
-rw-r--r--config/events/schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/events/schema.json b/config/events/schema.json
index dd92b36bc8e..6a32a2ab0a8 100644
--- a/config/events/schema.json
+++ b/config/events/schema.json
@@ -21,7 +21,8 @@
"type": "string"
},
"action": {
- "type": "string"
+ "type": "string",
+ "pattern": "^[a-z0-9_]+$"
},
"label_description": {
"type": [