Skip to content

Commit

Permalink
Excavator: Update policy-bot config (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 15, 2021
1 parent 50a3791 commit b85149f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ approval_rules:
- "^godel/config/godel.properties$"
- "^versions.props$"
- "^versions.lock$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]

- name: excavator only touched config files
requires:
Expand All @@ -95,6 +97,8 @@ approval_rules:
paths:
- "^\\..*.yml$"
- "^\\.github/.*$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]

- name: bots updated package.json and lock files
requires:
Expand All @@ -108,3 +112,5 @@ approval_rules:
paths:
- "^.*yarn.lock$"
- "^.*package.json$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]

0 comments on commit b85149f

Please sign in to comment.