Enable merge group checks for our workflows. (#14005)

* Enable merge group checks for our workflows.

* Update build-test-release.yml

* Update validate-rgas.yml

* Update validate-rsis.yml

* Update validate_mapfiles.yml

* Update yaml-linter.yml

* Update test-packaging.yml
This commit is contained in:
Moony
2023-02-09 10:35:34 -06:00
committed by GitHub
parent 8e80bbac74
commit 202680ac56
7 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ on:
# why not just do both # why not just do both
- 'RobustToolbox' - 'RobustToolbox'
- 'RobustToolbox/**' - 'RobustToolbox/**'
merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ] branches: [ master ]
@@ -25,6 +26,7 @@ on:
- 'RobustToolbox' - 'RobustToolbox'
- 'RobustToolbox/**' - 'RobustToolbox/**'
jobs: jobs:
build: build:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false if: github.actor != 'PJBot' && github.event.pull_request.draft == false

View File

@@ -13,6 +13,7 @@ on:
# why not just do both # why not just do both
- 'RobustToolbox' - 'RobustToolbox'
- 'RobustToolbox/**' - 'RobustToolbox/**'
merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ] branches: [ master ]

View File

@@ -13,6 +13,7 @@ on:
# why not just do both # why not just do both
- 'RobustToolbox' - 'RobustToolbox'
- 'RobustToolbox/**' - 'RobustToolbox/**'
merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ] branches: [ master ]

View File

@@ -1,6 +1,7 @@
name: YAML schema validator name: YAML schema validator
on: on:
push: push:
merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]

View File

@@ -1,6 +1,7 @@
name: RSI Validator name: RSI Validator
on: on:
merge_group:
pull_request: pull_request:
paths: paths:
- '**.rsi/**' - '**.rsi/**'

View File

@@ -1,6 +1,7 @@
name: YAML schema validator name: YAML schema validator
on: on:
push: push:
merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]

View File

@@ -2,6 +2,7 @@ name: YAML Linter
on: on:
push: push:
merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]