lagom / lagom

Reactive Microservices for the JVM
https://www.lagomframework.com
Apache License 2.0
2.63k stars 634 forks source link

update mergify settings #3336

Closed octonato closed 2 years ago

octonato commented 2 years ago

Updates the mergify settings.

  1. add check for the new jobs
  2. remove obsolete rules (backporing and forwardporting)
  3. remove auto-merge for scala-steward

About 2, we don't need this anymore. We will live in main and if some backport is needed we can use mergify backport command (which also works for forward porting)

About 3, I think we should be more careful with this. Just that.

ihostage commented 2 years ago

Something wrong while installing sbtn by Coursier 🤔

octonato commented 2 years ago

Something wrong while installing sbtn by Coursier

Yes, I'm trying to make sense of it. I sent another PR with only the mergify changes (label and removal of obsolete stuff).

This will also show us if the coursier issue is only on this PR or a more general issue.

ihostage commented 2 years ago

Looks related to https://github.com/coursier/setup-action/issues/163. That is why in Play I used a special version v1.1.2 instead v1 https://github.com/playframework/.github/pull/2/files

octonato commented 2 years ago

Ok, build was green using setup-action milestone. Now running on 1.1.2 to stay on stable / released version. Although a Milestone is also released and stable. :-)

Anyway, I think we can merge this one when green.