forked from opencontainers/image-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.pullapprove.yml: Switch to v2 and other updates
This lazily copies image-spec's configuration as updated via opencontainers/project-template#29 and opencontainers/image-spec#616 Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
- Loading branch information
Showing
1 changed file
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
approve_by_comment: true | ||
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)' | ||
reject_regex: ^Rejected | ||
reset_on_push: true | ||
author_approval: ignored | ||
signed_off_by: | ||
required: true | ||
reviewers: | ||
teams: | ||
- image-tools-maintainers | ||
name: default | ||
version: 2 | ||
|
||
requirements: | ||
signed_off_by: | ||
required: true | ||
|
||
group_defaults: | ||
required: 2 | ||
approve_by_comment: | ||
enabled: true | ||
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)' | ||
reject_regex: ^Rejected | ||
reset_on_push: | ||
enabled: true | ||
author_approval: | ||
ignored: true | ||
always_pending: | ||
title_regex: ^WIP | ||
explanation: 'Work in progress...' | ||
conditions: | ||
branches: | ||
- master | ||
|
||
groups: | ||
image-tools: | ||
teams: | ||
- image-tools-maintainers |