We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 425638f + f6cad17 commit 235cc3dCopy full SHA for 235cc3d
orchestrator/__init__.py
@@ -2,7 +2,7 @@
2
from celery.signals import setup_logging
3
import orchestrator.logger
4
5
-__version__ = '0.5.1'
+__version__ = '0.5.2'
6
__author__ = 'sukrit'
7
8
orchestrator.logger.init_logging()
schemas/github-hook-v1.json
@@ -37,7 +37,7 @@
37
},
38
"owner": {
39
"type": "object",
40
- "oneOf": [
+ "anyOf": [
41
{
42
"properties": {
43
"name": {
@@ -61,4 +61,4 @@
61
]
62
}
63
64
-}
+}
0 commit comments