-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #829 from iRevive/build/mergify
build: configure Mergify
- Loading branch information
Showing
3 changed files
with
120 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# This file was automatically generated by sbt-typelevel-mergify using the | ||
# mergifyGenerate task. You should add and commit this file to | ||
# your git repository. It goes without saying that you shouldn't edit | ||
# this file by hand! Instead, if you wish to make changes, you should | ||
# change your sbt build configuration to revise the mergify configuration | ||
# to meet your needs, then regenerate this file. | ||
|
||
pull_request_rules: | ||
- name: Label documentation PRs | ||
conditions: | ||
- files~=^docs/ | ||
actions: | ||
label: | ||
add: | ||
- documentation | ||
remove: [] | ||
- name: Label module:core PRs | ||
conditions: | ||
- files~=^core/ | ||
actions: | ||
label: | ||
add: | ||
- module:core | ||
remove: [] | ||
- name: Label module:oteljava PRs | ||
conditions: | ||
- files~=^oteljava/ | ||
actions: | ||
label: | ||
add: | ||
- module:oteljava | ||
remove: [] | ||
- name: Label module:sdk PRs | ||
conditions: | ||
- files~=^sdk/ | ||
actions: | ||
label: | ||
add: | ||
- module:sdk | ||
remove: [] | ||
- name: Label module:sdk:contrib:aws PRs | ||
conditions: | ||
- files~=^sdk-contrib/aws/ | ||
actions: | ||
label: | ||
add: | ||
- module:sdk:contrib:aws | ||
remove: [] | ||
- name: Label module:sdk:exporter PRs | ||
conditions: | ||
- files~=^sdk-exporter/ | ||
actions: | ||
label: | ||
add: | ||
- module:sdk:exporter | ||
remove: [] | ||
- name: Label module:semconv PRs | ||
conditions: | ||
- files~=^semconv/ | ||
actions: | ||
label: | ||
add: | ||
- module:semconv | ||
remove: [] | ||
- name: Label metrics PRs | ||
conditions: | ||
- files~=/(metrics)/ | ||
actions: | ||
label: | ||
add: | ||
- metrics | ||
remove: [] | ||
- name: Label trace PRs | ||
conditions: | ||
- files~=/(trace)/ | ||
actions: | ||
label: | ||
add: | ||
- trace | ||
remove: [] | ||
- name: Label Scala Steward PRs | ||
conditions: | ||
- author=typelevel-steward[bot] | ||
actions: | ||
label: | ||
add: | ||
- dependencies | ||
remove: [] |
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
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