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:
2
.github/workflows/build-test-debug.yml
vendored
2
.github/workflows/build-test-debug.yml
vendored
@@ -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
|
||||||
|
|||||||
1
.github/workflows/build-test-release.yml
vendored
1
.github/workflows/build-test-release.yml
vendored
@@ -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 ]
|
||||||
|
|||||||
1
.github/workflows/test-packaging.yml
vendored
1
.github/workflows/test-packaging.yml
vendored
@@ -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 ]
|
||||||
|
|||||||
1
.github/workflows/validate-rgas.yml
vendored
1
.github/workflows/validate-rgas.yml
vendored
@@ -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 ]
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/validate-rsis.yml
vendored
1
.github/workflows/validate-rsis.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: RSI Validator
|
name: RSI Validator
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
merge_group:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '**.rsi/**'
|
- '**.rsi/**'
|
||||||
|
|||||||
1
.github/workflows/validate_mapfiles.yml
vendored
1
.github/workflows/validate_mapfiles.yml
vendored
@@ -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 ]
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/yaml-linter.yml
vendored
1
.github/workflows/yaml-linter.yml
vendored
@@ -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 ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user