Skip to content

Commit

Permalink
chore: sync common files from resources repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metworkbot committed Jul 21, 2020
1 parent c60affa commit 073ed0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,32 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- -title~=(WIP|wip)
- "label!=Status: Blocked"
- "title~=^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat|feat!|fix!)(\\([a-z]+\\))?: [\\w ]+$"

- "label~=^Type: "



- name: missing type
- name: change title
actions:
comment:
message: |
To (auto) merge this pull-request, just tag this PR with a label:
For mergify to merge automatically this PR,
- `Type: Enhancement` (new feature)
- (or) `Type: Bug` (bugfix)
- (or) `Type: Maintenance` (not on the changelog)
=> you have to change the PR title to match conventional commit specification:
```
regex: ^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat|feat!|fix!)(\([a-z]+\))?: [\w ]+$
```
As the title will be used for the commit message (and so for changelog entry if `feat:` or `fix:`).
conditions:

- -merged
- -closed
- "#approved-reviews-by>=1"
- -title~=(WIP|wip)
- "label!=Status: Blocked"
- "-label~=^Type: "
- "-title~=^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat|feat!|fix!)(\\([a-z]+\\))?: [\\w ]+$"

- name: buildbot auto merges
actions:
label:
add: ["Type: Maintenance"]
remove: ["Type: Question", "Type: Enhancement", "Type: Bug"]
review:
type: APPROVE
message: "automatic approve because author=metworkbot"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

[//]: # (TABLE_OF_CONTENTS_PLACEHOLDER)



## What is it?

**log_proxy** is a tiny C utility for log rotation for apps that write their logs to stdout.
Expand Down

0 comments on commit 073ed0a

Please sign in to comment.