Skip to content

Commit

Permalink
Excavator: Update policy-bot config (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and bulldozer-bot[bot] committed Oct 14, 2019
1 parent ccc5b7e commit acd22fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ policy:
- 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 package.json and lock files
- excavator only touched config files
- bots updated package.json and lock files
disapproval:
requires:
organizations: [ "palantir" ]
Expand Down Expand Up @@ -89,12 +89,14 @@ approval_rules:
- "^\\..*.yml$"
- "^\\.github/.*$"

- name: excavator only touched package.json and lock files
- name: bots updated package.json and lock files
requires:
count: 0
if:
has_author_in:
users: [ "svc-excavator-bot" ]
users:
- "svc-excavator-bot"
- "dependabot[bot]"
only_changed_files:
paths:
- "^.*yarn.lock$"
Expand Down

0 comments on commit acd22fb

Please sign in to comment.