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