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

chore: Remove custom Scala Steward workflows #333

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

akash1810
Copy link
Member

What is the purpose of 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.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.

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.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.
@akash1810 akash1810 enabled auto-merge July 19, 2023 07:16
@akash1810 akash1810 merged commit 19e1dd7 into main Jul 27, 2023
2 checks passed
@akash1810 akash1810 deleted the aa/scala-steward branch July 27, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants