Skip to content

Commit

Permalink
allow cryostatio backport command
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Oct 19, 2023
1 parent e997efb commit 807cda9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
run: |
kubectl create ns helm-test
ct install --target-branch ${TARGET_BRANCH} --upgrade --namespace=helm-test --config ct.yaml
- name: Clean up Kind cluster
- name: Clean up Kind cluster
run: kind delete cluster -n ci-${{ github.run_id }}
5 changes: 5 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ pull_request_rules:
label:
add:
- safe-to-test

commands_restrictions:
backport:
conditions:
- sender=@cryostatio/reviewers

0 comments on commit 807cda9

Please sign in to comment.