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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-23 12:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-23 12:08:09 +0300
commit5831f05b4ce3e5af23c98a8c9495419509df6d62 (patch)
tree9b797e9fe9f0d32972b92072962e0838135a117f /config/events/schema.json
parent784a3db6274bf16a64d2cd947d42182c85cf605f (diff)
Add latest changes from gitlab-org/gitlab@master
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": [