-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Executed command: sbt githubWorkflowGenerate
- Loading branch information
slick-scala-steward[bot]
committed
Sep 27, 2024
1 parent
71f2ebc
commit d762f42
Showing
2 changed files
with
9 additions
and
6 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
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,15 +1,15 @@ | ||
defaults: {} | ||
queue_rules: | ||
- name: default | ||
conditions: [] | ||
merge_conditions: [] | ||
pull_request_rules: | ||
- name: Automatically merge successful Scala Steward PRs | ||
conditions: | ||
- or: | ||
- author=scala-steward | ||
- author=slick-scala-steward[bot] | ||
- author=renovate[bot] | ||
- check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@8) | ||
- check-success=Build and Test (ubuntu-latest, 2.12.19, zulu@8) | ||
actions: | ||
queue: | ||
name: default |