Skip to content

Commit 4cca811

Browse files
committed
fix go_mod rule
1 parent b70e8ac commit 4cca811

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.policy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,14 @@ approval_rules:
120120
if:
121121
changed_files:
122122
paths:
123-
- "^go.mod$"
123+
- "^.*/go.mod$"
124+
- "^.*/go.sum$"
124125
options:
125126
invalidate_on_push: true
126127
ignore_edited_comments: true
127128
has_valid_signatures: true
128129
requires:
129-
count: 1
130+
count: 2
130131
teams:
131132
- "opentdf/architecture"
132133
- "opentdf/maintainers"

0 commit comments

Comments
 (0)