Skip to content

Commit bc6d735

Browse files
authored
Fix gatekeeper minimum check (#13769)
1 parent 0e53128 commit bc6d735

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)