Add branches-ignore to merge group schema

This commit is contained in:
Liela Rotschy
2023-04-19 12:29:38 -06:00
parent dd8930fd74
commit bf97052855
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -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": {