Skip to content

Commit d22a25b

Browse files
carmoccaBorda
authored andcommitted
Fix gatekeeper minimum check (#13769)
(cherry picked from commit bc6d735)
1 parent f72d34d commit d22a25b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/gatekeeper-config_app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
approvals:
2-
# check will fail if there is no approval
3-
minimum: 1
42
groups:
53
- name: 'Lightning Apps'
4+
minimum: 1
65
from:
76
- alecmerdler
87
- awaelchli

.github/gatekeeper-config_pytorch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
approvals:
2-
# check will fail if there is no approval
3-
minimum: 1
42
groups:
53
- name: 'PyTorch Lightning'
4+
minimum: 1
65
from:
76
- awaelchli
87
- Borda

0 commit comments

Comments
 (0)