]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Enable merge group checks for our workflows. (#14005)
authorMoony <moony@hellomouse.net>
Thu, 9 Feb 2023 16:35:34 +0000 (10:35 -0600)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 16:35:34 +0000 (16:35 +0000)
* 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

.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

index 1ae02a772eeddeeee6ec3190da2fd5141584fc2e..cdfed598f1a09a949b4646cb446ab89fd8414283 100644 (file)
@@ -13,6 +13,7 @@ on:
       # why not just do both
       - 'RobustToolbox'
       - 'RobustToolbox/**'
+  merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
     branches: [ master ]
@@ -25,6 +26,7 @@ on:
       - 'RobustToolbox'
       - 'RobustToolbox/**'
 
+
 jobs:
   build:
     if: github.actor != 'PJBot' && github.event.pull_request.draft == false
index 6964cb7cd6337ac8cbcbb27194a3f3a8d2b14c0d..33a513110cee88aa03c21fd9ccad3444cc9f93b1 100644 (file)
@@ -13,6 +13,7 @@ on:
       # why not just do both
       - 'RobustToolbox'
       - 'RobustToolbox/**'
+  merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
     branches: [ master ]
index 377abc9dc17319ee77b51cda58a9ce2a78947688..0dc33982b758791b26f5313f83f0cd7e13d1356f 100644 (file)
@@ -13,6 +13,7 @@ on:
       # why not just do both
       - 'RobustToolbox'
       - 'RobustToolbox/**'
+  merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
     branches: [ master ]
index fa7873798c290e5cdfc07d9970d1d47d8084925c..4143721fc658b9b518456895133af471a0674b46 100644 (file)
@@ -1,6 +1,7 @@
 name: YAML schema validator
 on:
   push:
+  merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
 
index 85e6173625625f30ea9313d4df2a2cea640e01c6..28102b8188c18289a45aeadf1168be2aa84945c3 100644 (file)
@@ -1,6 +1,7 @@
 name: RSI Validator
 
 on:
+  merge_group:
   pull_request:
     paths:
       - '**.rsi/**'
index fdaee6cc97286f01918a19cdd35f79ac6f071ba1..1258fe01d48b7f79cfb597a4810ee105378b12f0 100644 (file)
@@ -1,6 +1,7 @@
 name: YAML schema validator
 on:
   push:
+  merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
 
index 2b996bd477ca6c45f286915333326f7d9c93f6ca..e55639a79545f8c48dda8191f7e51b6e206cf736 100644 (file)
@@ -2,6 +2,7 @@ name: YAML Linter
 
 on:
   push:
+  merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]