Add branches-ignore to merge group schema
This commit is contained in:
@@ -577,7 +577,8 @@
|
|||||||
"mapping": {
|
"mapping": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"types": "merge-group-activity",
|
"types": "merge-group-activity",
|
||||||
"branches": "event-branches"
|
"branches": "event-branches",
|
||||||
|
"branches-ignore": "event-branches-ignore"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ on:
|
|||||||
- main
|
- main
|
||||||
types:
|
types:
|
||||||
- checks_requested
|
- checks_requested
|
||||||
|
branches_ignore:
|
||||||
|
- develop
|
||||||
milestone:
|
milestone:
|
||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
@@ -323,6 +325,9 @@ jobs:
|
|||||||
],
|
],
|
||||||
"types": [
|
"types": [
|
||||||
"checks_requested"
|
"checks_requested"
|
||||||
|
],
|
||||||
|
"branches_ignore": [
|
||||||
|
"develop"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"milestone": {
|
"milestone": {
|
||||||
|
|||||||
Reference in New Issue
Block a user