Skip to content

Commit

Permalink
Merge pull request #34 from palantir/excavator/policy-bot-oss
Browse files Browse the repository at this point in the history
Excavator: Update policy-bot config
  • Loading branch information
sfackler authored Jan 20, 2021
2 parents 8c633a2 + 203e5f6 commit a04f8a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ policy:
- two admins have approved
- changelog only and contributor approval
- fixing excavator
- excavator only touched baseline, circle, gradle files, godel files, docker-compose-rule config or versions.props
- excavator only touched baseline, circle, gradle files, godel files, go dependencies, docker-compose-rule config or versions.props
- excavator only touched config files
- bots updated package.json and lock files
disapproval:
Expand Down Expand Up @@ -50,7 +50,7 @@ approval_rules:
has_author_in:
users: [ "svc-excavator-bot" ]

- name: excavator only touched baseline, circle, gradle files, godel files, docker-compose-rule config or versions.props
- name: excavator only touched baseline, circle, gradle files, godel files, go dependencies, docker-compose-rule config or versions.props
requires:
count: 0
if:
Expand All @@ -70,9 +70,12 @@ approval_rules:
- "^gradlew.bat$"
- "^gradle.properties$"
- "^settings.gradle$"
- "^go.mod$"
- "^go.sum$"
- "^godelw$"
- "^godel/config/godel.properties$"
- "^godel/config/godel.yml$"
- "^vendor/.*$"
- "^versions.props$"
- "^versions.lock$"

Expand Down

0 comments on commit a04f8a2

Please sign in to comment.