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 92fe984 commit 4b2ae5aCopy full SHA for 4b2ae5a
.policy.yml
@@ -0,0 +1,36 @@
1
+policy:
2
+ approval:
3
+ - or:
4
+ - maintainer approval
5
+ - excavator only touched build tooling or dependencies
6
+ disapproval:
7
+ requires:
8
+ teams:
9
+ - "palantir/spark"
10
+
11
+approval_rules:
12
13
+ - name: maintainer approval
14
+ options:
15
+ allow_contributor: true
16
17
+ count: 1
18
19
20
21
+ - name: excavator only touched build tooling or dependencies
22
23
+ count: 0
24
+ if:
25
+ has_author_in:
26
+ users: [ "svc-excavator-bot" ]
27
+ only_changed_files:
28
+ paths:
29
+ - "^\\.baseline/.*$"
30
+ - "^.*gradle$"
31
+ - "^gradle/wrapper/.*"
32
+ - "^gradlew.bat$"
33
+ - "^gradlew$"
34
+ - "^gradle.properties$"
35
+ - "^settings.gradle$"
36
+ - "^versions.props$"
0 commit comments