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:
2
.github/workflows/build-test-debug.yml
vendored
2
.github/workflows/build-test-debug.yml
vendored
@@ -2,7 +2,7 @@ name: Build & Test Debug
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master, staging, trying ]
|
||||||
paths:
|
paths:
|
||||||
- '**.cs'
|
- '**.cs'
|
||||||
- '**.csproj'
|
- '**.csproj'
|
||||||
|
|||||||
2
.github/workflows/build-test-release.yml
vendored
2
.github/workflows/build-test-release.yml
vendored
@@ -2,7 +2,7 @@ name: Build & Test Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master, staging, trying ]
|
||||||
paths:
|
paths:
|
||||||
- '**.cs'
|
- '**.cs'
|
||||||
- '**.csproj'
|
- '**.csproj'
|
||||||
|
|||||||
2
.github/workflows/test-packaging.yml
vendored
2
.github/workflows/test-packaging.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master, staging, trying ]
|
||||||
paths:
|
paths:
|
||||||
- '**.cs'
|
- '**.cs'
|
||||||
- '**.csproj'
|
- '**.csproj'
|
||||||
|
|||||||
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:
|
||||||
|
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 ]
|
||||||
|
|||||||
2
.github/workflows/validate-rsis.yml
vendored
2
.github/workflows/validate-rsis.yml
vendored
@@ -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:
|
||||||
|
|||||||
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:
|
||||||
|
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 ]
|
||||||
|
|||||||
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:
|
||||||
|
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 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user