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:
push:
branches: [ master ]
branches: [ master, staging, trying ]
paths:
- '**.cs'
- '**.csproj'

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,8 @@
name: RSI Validator
on:
push:
branches: [ staging, trying ]
merge_group:
pull_request:
paths:

View File

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

View File

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