Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
add all filters to config file so we verify they can be parsed
Lars Wirzenius committed 7 months ago
commit a2dec1a5b3ab5b34cea16c07b632023d9ce535fc
parent aa70e64
1 file changed +23 -1
modified ci-broker.md
@@ -74,7 +74,29 @@ adapters:
triggers:
  - adapter: mcadapterface
    filters:
-
      - !Branch "main"
+
      - !And
+
        - !NoneOf
+
          - !Branch "main"
+
          - !TagCreated
+
        - !Or
+
          - Allow
+
        - !AnyOf
+
          - BranchCreated
+
        - !Not
+
          - BranchDeleted
+
        - BranchUpdated
+
        - TagCreated
+
        - TagDeleted
+
        - TagUpdated
+
        - Branch
+
        - DefaultBranch
+
        - Deny
+
        - HasFile
+
        - Node
+
        - PatchCreated
+
        - PatchUpdated
+
        - Patch
+
        - Repository
~~~

~~~{#broker-with-concurrent-adapters.yaml .file .yaml}