Skip to content

Commit

Permalink
Excavator: Update policy-bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Sep 11, 2024
1 parent 8168c99 commit 1c4f5a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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, generated code, go dependencies, docker-compose-rule config or versions.props
- excavator only touched baseline, circle, gradle files, godel files, generated code, go dependencies, docker-compose-rule config, versions.props or .gitignore
- excavator only touched config files
- bots updated package.json and lock files
disapproval:
Expand Down Expand Up @@ -52,7 +52,7 @@ approval_rules:
has_author_in:
users: [ "svc-excavator-bot", "dependabot[bot]" ]

- name: excavator only touched baseline, circle, gradle files, godel files, generated code, go dependencies, docker-compose-rule config or versions.props
- name: excavator only touched baseline, circle, gradle files, godel files, generated code, go dependencies, docker-compose-rule config, versions.props or .gitignore
requires:
count: 0
if:
Expand Down Expand Up @@ -87,6 +87,7 @@ approval_rules:
- "^internal/generated/.*"
- "^internal/generated_src/.*"
- "^gradle-baseline-java/src/main/resources/checkstyle.version$"
- "^.gitignore$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0", "4AEE18F83AFDEB23"]

Expand Down

0 comments on commit 1c4f5a4

Please sign in to comment.