Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
policy:
approval:
- or:
- Dependabot update
- Code change
approval_rules:
- name: Dependabot update
if:
only_has_contributors_in:
users:
- dependabot[bot]
only_changed_files:
paths:
- ^.github/workflows/.*$
has_valid_signatures_by_keys:
key_ids:
- B5690EEEBB952194
requires:
count: 1
teams:
- coopnorge/github-review-bots
- coopnorge/cloud-platform
options:
invalidate_on_push: true
methods:
github_review: true
comments: []
- name: Code change
if:
changed_files:
paths:
- .*
requires:
count: 1
teams:
- coopnorge/cloud-platform
options:
invalidate_on_push: true
methods:
github_review: true
comments: []
Loading