Skip to content

Commit

Permalink
one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jan 25, 2025
1 parent bf0b424 commit f10a390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pull_request_rules:
- name: Automatically merge Scala Steward PRs on CI success
conditions:
- author=scala-steward
- body~=labels:.*semver-patch.*
- body~=labels:.*semver-spec-patch.*
- status-success="Test (ubuntu-22.04, 2.12.18, temurin@8)"
- status-success="Test (ubuntu-22.04, 2.12.19, temurin@8)"
- status-success="Test (ubuntu-22.04, 2.12.20, temurin@8)"
Expand Down
2 changes: 1 addition & 1 deletion project/MergifyPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object MergifyPlugin extends AutoPlugin {
"name" := "Automatically merge Scala Steward PRs on CI success",
"conditions" :=
"author=scala-steward" +:
"body~=labels:.*semver-patch.*" +:
"body~=labels:.*semver-spec-patch.*" +:
jobs.map { job =>
s"""status-success="$job""""
},
Expand Down

0 comments on commit f10a390

Please sign in to comment.