Skip to content

Update sbt-mergify-github-actions to 0.9.1 - #495

Open
scala-steward wants to merge 2 commits into
nafg:masterfrom
scala-steward:update/sbt-mergify-github-actions-0.9.1
Open

Update sbt-mergify-github-actions to 0.9.1#495
scala-steward wants to merge 2 commits into
nafg:masterfrom
scala-steward:update/sbt-mergify-github-actions-0.9.1

Conversation

@scala-steward

@scala-steward scala-steward commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates io.github.nafg.mergify:sbt-mergify-github-actions from 0.9.0 to 0.9.1

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (0.9.0).
You might want to review and update them manually.

README.md
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.github.nafg.mergify", artifactId = "sbt-mergify-github-actions" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.github.nafg.mergify", artifactId = "sbt-mergify-github-actions" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, old-version-remains, commit-count:n:2

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a927436c-ed28-40c8-a920-8b41aff9a450

📥 Commits

Reviewing files that changed from the base of the PR and between bdf7050 and a93c07c.

📒 Files selected for processing (1)
  • project/plugins.sbt
🚧 Files skipped from review as they are similar to previous changes (1)
  • project/plugins.sbt

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The SBT build plugin dependency is updated from 0.9.0 to 0.9.1.

Changes

SBT plugin update

Layer / File(s) Summary
Update plugin dependency
project/plugins.sbt
The sbt-mergify-github-actions plugin entry now uses version 0.9.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to a93c0

This dependency update is merge-ready after normal checks and review; no actionable merge-blocking risk remains.

Poem

A bunny found a plugin line,
And changed its version number fine.
From nine-oh-zero to nine-oh-one,
The build hops onward in the sun.
One small update, then carrots won! 🐰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description clearly explains the dependency update from version 0.9.0 to 0.9.1.
Title check ✅ Passed The title clearly and concisely identifies the dependency update to version 0.9.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mergify

mergify Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@project/plugins.sbt`:
- Line 4: Update the sbt-mergify-github-actions version reference in README.md
from 0.9.0 to 0.9.1, matching the dependency declared in the build
configuration.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 6bd724e8-f7db-4323-9c94-766035e0c233

📥 Commits

Reviewing files that changed from the base of the PR and between db744bc and bdf7050.

⛔ Files ignored due to path filters (2)
  • .github/workflows/ci.yml is excluded by !**/*.yml
  • .github/workflows/clean.yml is excluded by !**/*.yml
📒 Files selected for processing (1)
  • project/plugins.sbt

Comment thread project/plugins.sbt
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.9.0")
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.9.1")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Update the README version reference.

README.md still references sbt-mergify-github-actions version 0.9.0; update it to 0.9.1 so the documentation matches this dependency change.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@project/plugins.sbt` at line 4, Update the sbt-mergify-github-actions version
reference in README.md from 0.9.0 to 0.9.1, matching the dependency declared in
the build configuration.

@scala-steward
scala-steward force-pushed the update/sbt-mergify-github-actions-0.9.1 branch from bdf7050 to a93c07c Compare August 23, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant