forked from openupm/openupm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mergify.yml
More file actions
18 lines (17 loc) · 717 Bytes
/
Copy path.mergify.yml
File metadata and controls
18 lines (17 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pull_request_rules:
- name: Automatic merge for adding new package
conditions:
- "#files=1"
- "files~=data/packages/(.*)\\.yml$"
- "-files~=data/packages/(.*)(com\\.amazonaws|com\\.google|com\\.unity|com\\.microsoft|com\\.apple|com\\.meta|com\\.oculus|com\\.twitter)\\.(.*)\\.yml$"
- "#files=1"
- -conflict
- "status-success~=CI"
- or:
- "title~=^chore\\(data\\): new package"
- "title~=^Create(.*)\\.yml$"
actions:
merge:
method: merge
comment:
message: "Thank you for contributing to the OpenUPM platform. 🤟 The build pipelines may need up to 30 minutes to import the package and make it available on the website."