-
Notifications
You must be signed in to change notification settings - Fork 71
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
Read issue filters from files #170
Milestone
Comments
Nice one @2m! This is one of the hold-outs for scala/scala using the sbt plugin: https://github.com/scala/scala/pull/5863/files |
2m
added a commit
to 2m/migration-manager
that referenced
this issue
Apr 25, 2017
2m
added a commit
to 2m/migration-manager
that referenced
this issue
Apr 29, 2017
2m
added a commit
to 2m/migration-manager
that referenced
this issue
Apr 29, 2017
2m
added a commit
to 2m/migration-manager
that referenced
this issue
May 3, 2017
2m
added a commit
to 2m/migration-manager
that referenced
this issue
Jun 2, 2017
2m
added a commit
to 2m/migration-manager
that referenced
this issue
Jun 13, 2017
2m
added a commit
to 2m/migration-manager
that referenced
this issue
Jun 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Akka Http has set up issue filter loading from files grouped by sub-projects and version numbers. This is extremely useful for larger projects, where a single issue list quickly becomes large and hard to maintain.
We want to use the same set up in Akka. Instead of duplicating the build code, we are considering to bring that functionality to mima sbt plugin.
The text was updated successfully, but these errors were encountered: