Skip to content

Commit 5fd6c53

Browse files
committed
Add reusable all-checks-passed workflow and disable tide
1 parent 864c9c1 commit 5fd6c53

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

.github/workflows/all-checks-passed.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
name: all-checks-passed
2-
on:
3-
pull_request:
4-
types:
5-
[
6-
opened,
7-
synchronize,
8-
reopened,
9-
ready_for_review,
10-
edited,
11-
labeled,
12-
milestoned,
13-
]
1+
name: pull-all-checks-passed
2+
on: workflow_call
143

154
jobs:
165
all-checks:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: pull-all-checks-passed
2+
on:
3+
pull_request:
4+
types:
5+
[
6+
opened,
7+
synchronize,
8+
reopened,
9+
ready_for_review,
10+
edited,
11+
labeled,
12+
milestoned,
13+
]
14+
15+
jobs:
16+
all-checks:
17+
uses: ./.github/workflows/all-checks-passed.yml

prow/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ tide:
432432
- kyma-project/istio
433433
- kyma-project/api-gateway
434434
- kyma-project/networking-dev-tools
435+
- kyma-project/test-infra
435436
reviewApprovedRequired: true
436437
- labels:
437438
- lgtm

0 commit comments

Comments
 (0)