github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/actions/testdata/action_secrets.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 hooks: 12 - id: no_temp 13 type: webhook 14 description: checking no temporary files found 15 properties: 16 url: "https://api.lakefs.io/webhook1?t=1za2PbkZK1bd4prMuTDr6BeEQwWYcX2R" 17 query_params: 18 disallow: ["user_", "{{ ENV.BLA_BLA }}" ] 19 prefix: "{{ ENV.BLA }}" 20 - id: no_freeze 21 type: webhook 22 description: check production is not in dev freeze 23 properties: 24 url: "https://api.lakefs.io/webhook2?t=1za2PbkZK1bd4prMuTDr6BeEQwWYcX2R"