github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/esti/action_files/action_pre_create_branch.yaml (about)

     1  name: Test Pre Create Branch
     2  description: a test action description
     3  on:
     4    pre-create-branch:
     5      branches:
     6        - test_branch_delete
     7  hooks:
     8    - id: test_webhook
     9      type: webhook
    10      description: Check webhooks for pre-create branch works
    11      properties:
    12        url: "{{.URL}}/pre-create-branch"