]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Configure and enable bors (#14383)
authorMoony <moony@hellomouse.net>
Sat, 4 Mar 2023 04:55:05 +0000 (22:55 -0600)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 04:55:05 +0000 (22:55 -0600)
* 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

.github/workflows/build-test-debug.yml
.github/workflows/build-test-release.yml
.github/workflows/test-packaging.yml
.github/workflows/validate-rgas.yml
.github/workflows/validate-rsis.yml
.github/workflows/validate_mapfiles.yml
.github/workflows/yaml-linter.yml
bors.toml [new file with mode: 0644]

index cdfed598f1a09a949b4646cb446ab89fd8414283..fa3e7e7c254696bf46bc9fcac60a650eeac1e09f 100644 (file)
@@ -2,7 +2,7 @@ name: Build & Test Debug
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, staging, trying ]
     paths:
       - '**.cs'
       - '**.csproj'
index 33a513110cee88aa03c21fd9ccad3444cc9f93b1..8f08e12065e612f360d92c67ec3debe9bafeb49e 100644 (file)
@@ -2,7 +2,7 @@ name: Build & Test Release
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, staging, trying ]
     paths:
       - '**.cs'
       - '**.csproj'
index 0dc33982b758791b26f5313f83f0cd7e13d1356f..22bc6fc94a152804597eaad2cd27609f34efde9d 100644 (file)
@@ -2,7 +2,7 @@
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, staging, trying ]
     paths:
       - '**.cs'
       - '**.csproj'
index 4143721fc658b9b518456895133af471a0674b46..c346c2a4c6546a1c74fd3592506aa88900f346a5 100644 (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 ]
index 28102b8188c18289a45aeadf1168be2aa84945c3..5b9fddff33b374993670c4060d105b2edb66a2f0 100644 (file)
@@ -1,6 +1,8 @@
 name: RSI Validator
 
 on:
+  push:
+    branches: [ staging, trying ]
   merge_group:
   pull_request:
     paths:
index 1258fe01d48b7f79cfb597a4810ee105378b12f0..9a9833ca6cca9975606089f6971c15481bf44dcb 100644 (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 ]
index e55639a79545f8c48dda8191f7e51b6e206cf736..2ec63caae8c236fd5946aa179bb3951e90af0caf 100644 (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 ]
diff --git a/bors.toml b/bors.toml
new file mode 100644 (file)
index 0000000..3356b7f
--- /dev/null
+++ b/bors.toml
@@ -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