combine-prs-workflow

Combine/group together PRs (for example from Dependabot and similar services) (by hrvey)

Combine-prs-workflow Alternatives

Similar projects and alternatives to combine-prs-workflow

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better combine-prs-workflow alternative or higher similarity.

combine-prs-workflow reviews and mentions

Posts with mentions or reviews of combine-prs-workflow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-06.
  • Keeping dependencies in your GitHub projects up-to-date with Dependabot
    5 projects | dev.to | 6 Jan 2024
    To address inefficiency caused by separate PRs, a workflow was designed to join them automatically into one big PR. However, it was unable to deal with lockfile conflicts. PRs that caused conflict in the Combine PRs job, were omitted and you had to add them manually anyway. It spared some time, but the developer experience was still far from being perfect.
  • GitHub Actions Pitfalls
    11 projects | news.ycombinator.com | 26 Sep 2022
    Another pitfall I ran into recently with a workflow I've been working on [1]: Checks and CI that are made with GitHub Actions are reported to the new Checks API, while some (all?) external services report to their old Statuses API. This makes it needlessly difficult to ascertain whether a PR/branch is "green" or not. They finally decided to create a "statusRollUp" that combines the state of the two APIs, but it's not available in their REST api, only their GraphQL API.

    [1] https://github.com/hrvey/combine-prs-workflow/

  • Awesome GitHub Actions
    5 projects | news.ycombinator.com | 5 Sep 2021
    GitHub Actions can do some neat things. I got tired of waiting for Dependabot (tool that makes automatic PRs to update your middleware, acquired by GitHub) to add an option to group PRs together (it opens a separate PR for each dependency that can be updated, so merging and re-running CI can take a long time) so I scratched my own itch and made a workflow that merges their PRs together: https://github.com/hrvey/combine-prs-workflow Been running it for a year now, and still pretty happy with it.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic combine-prs-workflow repo stats
3
289
2.1
8 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com