Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

add combine dependabot PRs workflow #32

Merged
merged 1 commit into from
Mar 15, 2023
Merged

add combine dependabot PRs workflow #32

merged 1 commit into from
Mar 15, 2023

Conversation

harjotgill
Copy link
Contributor

@harjotgill harjotgill commented Mar 15, 2023

Summary by OpenAI

New Feature: A new GitHub Actions workflow file .github/workflows/combine-prs.yml has been added that combines multiple Dependabot PRs into a single branch. The workflow is triggered manually and takes inputs such as branch prefix, must be green, combine branch name, and ignore label. It fetches all the open PRs with the given branch prefix, checks if they are green (if required), and have no ignore label. It then merges all the PRs into a single branch and creates a new PR for it.

@github-actions
Copy link
Contributor

🤖 OpenAI

Thank you for letting me participate in the code review.

The pull request "add combine dependabot PRs workflow" adds a new GitHub Actions workflow file .github/workflows/combine-prs.yml that combines multiple Dependabot PRs into a single branch. The workflow is triggered manually and takes inputs such as branch prefix, must be green, combine branch name, and ignore label. The workflow fetches all the open PRs with the given branch prefix, checks if they are green (if required), and have no ignore label. It then merges all the PRs into a single branch and creates a new PR for it.

Overall, the code changes look good. The developer has added a new workflow that automates the process of combining multiple Dependabot PRs into a single branch. The code is well-documented, and the variable names are self-explanatory. However, I would suggest adding more comments to explain the logic behind some of the complex code blocks.

Filename Summary
.github/workflows/combine-prs.yml Adds a new GitHub Actions workflow file that combines multiple Dependabot PRs into a single branch.

@harjotgill harjotgill added this pull request to the merge queue Mar 15, 2023
Merged via the queue into main with commit c95e4f3 Mar 15, 2023
@harjotgill harjotgill deleted the combine_prs branch March 15, 2023 21:28
shoyuf pushed a commit to maybeLab/openai-mr-reviewer-gltlab that referenced this pull request Jun 25, 2023
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI

New Feature: A new GitHub Actions workflow file
`.github/workflows/combine-prs.yml` has been added that combines
multiple Dependabot PRs into a single branch. The workflow is triggered
manually and takes inputs such as branch prefix, must be green, combine
branch name, and ignore label. It fetches all the open PRs with the
given branch prefix, checks if they are green (if required), and have no
ignore label. It then merges all the PRs into a single branch and
creates a new PR for it.
<!-- end of auto-generated comment: release notes by openai -->
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant