guardian / ssm-scala

ssh replacement: CLI program that wraps SSM's EC2 Run Command
Apache License 2.0
21 stars 0 forks source link

chore: Remove custom Scala Steward workflows #380

Closed akash1810 closed 6 months ago

akash1810 commented 6 months ago

What does this change?

We have three GitHub workflows relating to Scala Steward:

  1. dep-updates_set-automerge.yml auto-merging in PRs to the dependency-updates branch
  2. dep-updates_tracking-branch.yml keeping the dependency-updates branch up to date with main
  3. dep-updates_pr-tracking-branch-to-default.yml running once a month, to open a PR against main with all the changes from dependency-updates

The effect of this is we get one mega-PR each month with all the Scala Steward changes batched together.

This is now redundant following an upstream update to Scala Steward which natively batches changes.

We no longer need our custom version, so remove the workflow files.


Similar to https://github.com/guardian/prism/pull/716.