Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add with* methods for WorkflowJob #728

Merged
merged 2 commits into from
Aug 3, 2024
Merged

Conversation

zarthross
Copy link
Contributor

  • Added with* methods for WorkflowJob for symmetry with WorkflowStep

@zarthross
Copy link
Contributor Author

Mima is failing because I added methods. Not sure why since this repo is early-semver... Should I bump the minor version or add ignores?

@armanbilge
Copy link
Member

Not sure why

You can add ignores.

Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

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

Thank you!

@@ -0,0 +1,23 @@
import com.typesafe.tools.mima.core._
mimaBinaryIssueFilters ++= Seq(
Copy link
Member

Choose a reason for hiding this comment

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

I think MiMa might support wildcards, but this is good too.

ProblemFilters.exclude[ReversedMissingMethodProblem](
  "org.typelevel.sbt.gha.WorkflowJob.with*"
)

@armanbilge armanbilge merged commit e1d4e6d into typelevel:main Aug 3, 2024
14 checks passed
@zarthross zarthross deleted the with-job branch August 5, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants