github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/actions/testdata/action_full.yaml (about)

     1  name: Good merge
     2  description: set of checks to verify that branch is good
     3  on:
     4    pre-merge:
     5      branches:
     6        - main
     7        - stage
     8    pre-commit:
     9      branches:
    10        - feature-*
    11    post-commit:
    12  hooks:
    13    - id: no_temp
    14      type: webhook
    15      description: checking no temporary files found
    16      properties:
    17        url: "https://api.lakefs.io/webhook1?t=1za2PbkZK1bd4prMuTDr6BeEQwWYcX2R"
    18        query_params:
    19          disallow: ["user_", "private_"]
    20          prefix: public/
    21    - id: no_freeze
    22      type: webhook
    23      description: check production is not in dev freeze
    24      properties:
    25        url: "https://api.lakefs.io/webhook2?t=1za2PbkZK1bd4prMuTDr6BeEQwWYcX2R"