You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is also a problem with Mergify integrations. I'm not sure there's a way to do explicitly control the job names though. The parentheticals are auto-generated by GitHub Actions matrix support.
Currently the workflow jobs created by this plugin have some parts of the build environment appended to the name, e.g.
GitHub lets me specify that the jobs must succeed in order to merge a PR - by name:
However, if a PR changes the Scala or Java version it will be problematic to merge without disabling the rule.
In fact, I don't think I'm in control of the Java version or the "ubuntu-latest" part either.
I'd like to have an option to only have the critical pieces of environment (e.g. "Scala 2.13") in the job name, and omit everything else.
The text was updated successfully, but these errors were encountered: