gradle-graal/.policy.yml

114 lines
3.2 KiB
YAML
Raw Permalink Normal View History

# Excavator auto-updates this file. Please contribute improvements to the central template.
2019-02-26 22:27:23 +00:00
policy:
approval:
- or:
- one admin has approved (PR contributors not allowed)
- 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 config files
- bots updated package.json and lock files
2019-02-26 22:27:23 +00:00
disapproval:
requires:
organizations: [ "palantir" ]
approval_rules:
- name: one admin has approved (PR contributors not allowed)
options:
allow_contributor: false
requires:
2019-02-26 22:27:23 +00:00
count: 1
admins: true
2019-02-26 22:27:23 +00:00
- name: two admins have approved
2019-02-26 22:27:23 +00:00
options:
allow_contributor: true
requires:
count: 2
admins: true
2019-02-26 22:27:23 +00:00
- name: changelog only and contributor approval
options:
allow_contributor: true
requires:
count: 1
admins: true
if:
only_changed_files:
paths:
- "changelog/@unreleased/.*\\.yml"
- name: fixing excavator
options:
allow_contributor: true
requires:
count: 1
admins: true
if:
has_author_in:
users: [ "svc-excavator-bot" ]
- name: excavator only touched baseline, circle, gradle files, godel files, generated code, go dependencies, docker-compose-rule config or versions.props
2019-02-26 22:27:23 +00:00
requires:
count: 0
if:
has_author_in:
users: [ "svc-excavator-bot" ]
only_changed_files:
# product-dependencies.lock should never go here, to force review of all product (SLS) dependency changes
# this way excavator cannot change the deployability of a service or product via auto-merge
2019-02-26 22:27:23 +00:00
paths:
- "changelog/@unreleased/.*\\.yml"
2019-02-26 22:27:23 +00:00
- "^\\.baseline/.*$"
- "^\\.circleci/.*$"
- "^\\.docker-compose-rule\\.yml$"
2019-02-26 22:27:23 +00:00
- "^.*gradle$"
- "^\\.palantir/go-version$"
2019-02-26 22:27:23 +00:00
- "^gradle/wrapper/.*"
- "^gradlew$"
- "^gradlew.bat$"
- "^gradle.properties$"
- "^settings.gradle$"
- "^.*go.mod$"
- "^.*go.sum$"
- "^.*godelw$"
- "^.*godel/config/godel.properties$"
- "^.*godel/config/godel.yml$"
- "^.*vendor/.*$"
2019-02-26 22:27:23 +00:00
- "^versions.props$"
- "^versions.lock$"
- "^internal/generated/.*"
- "^internal/generated_src/.*"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]
2019-02-26 22:27:23 +00:00
- name: excavator only touched config files
requires:
count: 0
if:
has_author_in:
users: [ "svc-excavator-bot" ]
only_changed_files:
paths:
- "^\\..*.yml$"
- "^\\.github/.*$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]
- name: bots updated package.json and lock files
2019-02-26 22:27:23 +00:00
requires:
count: 0
if:
has_author_in:
users:
- "svc-excavator-bot"
- "dependabot[bot]"
2019-02-26 22:27:23 +00:00
only_changed_files:
paths:
- "^.*yarn.lock$"
- "^.*package.json$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]