We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70e8ac commit 4cca811Copy full SHA for 4cca811
.policy.yml
@@ -120,13 +120,14 @@ approval_rules:
120
if:
121
changed_files:
122
paths:
123
- - "^go.mod$"
+ - "^.*/go.mod$"
124
+ - "^.*/go.sum$"
125
options:
126
invalidate_on_push: true
127
ignore_edited_comments: true
128
has_valid_signatures: true
129
requires:
- count: 1
130
+ count: 2
131
teams:
132
- "opentdf/architecture"
133
- "opentdf/maintainers"
0 commit comments