Configure and enable bors (#14383)

* Update build-test-debug.yml

* Update build-test-release.yml

* Update test-packaging.yml

* Update validate_mapfiles.yml

* Update yaml-linter.yml

* Update validate-rsis.yml

* Update validate-rgas.yml

* Create bors.toml
This commit is contained in:
Moony
2023-03-03 22:55:05 -06:00
committed by GitHub
parent beef2b2666
commit 7232bf4ba4
8 changed files with 11 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Build & Test Debug
on: on:
push: push:
branches: [ master ] branches: [ master, staging, trying ]
paths: paths:
- '**.cs' - '**.cs'
- '**.csproj' - '**.csproj'

View File

@@ -2,7 +2,7 @@ name: Build & Test Release
on: on:
push: push:
branches: [ master ] branches: [ master, staging, trying ]
paths: paths:
- '**.cs' - '**.cs'
- '**.csproj' - '**.csproj'

View File

@@ -2,7 +2,7 @@
on: on:
push: push:
branches: [ master ] branches: [ master, staging, trying ]
paths: paths:
- '**.cs' - '**.cs'
- '**.csproj' - '**.csproj'

View File

@@ -1,6 +1,7 @@
name: YAML schema validator name: YAML schema validator
on: on:
push: push:
branches: [ master, staging, trying ]
merge_group: 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,8 @@
name: RSI Validator name: RSI Validator
on: on:
push:
branches: [ staging, trying ]
merge_group: merge_group:
pull_request: pull_request:
paths: paths:

View File

@@ -1,6 +1,7 @@
name: YAML schema validator name: YAML schema validator
on: on:
push: push:
branches: [ master, staging, trying ]
merge_group: 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:
branches: [ master, staging, trying ]
merge_group: merge_group:
pull_request: pull_request:
types: [ opened, reopened, synchronize, ready_for_review ] types: [ opened, reopened, synchronize, ready_for_review ]

3
bors.toml Normal file
View File

@@ -0,0 +1,3 @@
status = [ "Build & Test Debug", "Build & Test Release", "Test Packaging", "YAML Linter", "YAML schema validator" ]
timeout_sec = 1800 # 30 minutes
use_squash_merge = true # Shame this can't use GH squash but what can you do