-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f97f349
commit 1e83029
Showing
8 changed files
with
118 additions
and
135 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,59 +1,39 @@ | ||
pull_request_rules: | ||
- name: request reviews and label scala-steward's PRs | ||
- name: Request reviews and label Stewards' PRs | ||
conditions: | ||
- author=scala-steward | ||
- or: | ||
- author=scala-steward | ||
- author=trace4cats-steward[bot] | ||
actions: | ||
request_reviews: | ||
users: [janstenpickle, catostrophe] | ||
users: [ janstenpickle, catostrophe ] | ||
label: | ||
add: [dependency-update] | ||
add: [ dependency-update ] | ||
|
||
- name: automatically merge scala-steward's PRs affecting project plugins | ||
- name: Merge Stewards' PRs | ||
conditions: | ||
- author=scala-steward | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\) | ||
- "#files=1" | ||
- files=project/plugins.sbt | ||
- or: | ||
- author=scala-steward | ||
- author=trace4cats-steward[bot] | ||
- or: | ||
- and: | ||
- "#files=1" | ||
- or: | ||
- files=project/build.properties | ||
- files=project/plugins.sbt | ||
- body~=labels:.*semver-patch | ||
- "#approved-reviews-by>=1" | ||
- and: | ||
- check-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.8\) | ||
- check-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\) | ||
- check-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\) | ||
- check-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\) | ||
actions: | ||
merge: | ||
method: merge | ||
method: rebase | ||
|
||
- name: automatically merge scala-steward's PRs affecting project build properties | ||
- name: Delete head branch after merge | ||
conditions: | ||
- author=scala-steward | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\) | ||
- "#files=1" | ||
- files=project/build.properties | ||
- merged | ||
actions: | ||
merge: | ||
method: merge | ||
|
||
- name: automatically merge scala-steward's PRs updating semver-patch versions | ||
conditions: | ||
- author=scala-steward | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\) | ||
- body~=labels:.*semver-patch | ||
actions: | ||
merge: | ||
method: merge | ||
|
||
- name: automatically merge other scala-steward's PRs reviewed by 1 maintainer | ||
conditions: | ||
- author=scala-steward | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\) | ||
- status-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\) | ||
- "#approved-reviews-by>=1" | ||
actions: | ||
merge: | ||
method: merge | ||
delete_head_branch: |
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
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
Oops, something went wrong.