Skip to content

Process job group first #11997

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

Closed
wants to merge 3 commits into from
Closed

Conversation

thavaahariharangit
Copy link
Contributor

@thavaahariharangit thavaahariharangit commented Apr 7, 2025

What are you trying to accomplish?

Prioritize processing the job group first.

This approach ensures that the job group runs initially, and during the first run, the handled_dependencies list will be empty.

Anything you want to highlight for special attention from reviewers?

Prior to this PR:

  • The first group processing was marking all dependencies as handled.
  • This behavior prevented subsequent groups from creating PRs for the same dependencies.

To address this, I have adjusted the implementation so that the job_group runs first.

The CLI was successfully run against the workflow: Workflow Run.

How will you know you've accomplished your goal?

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@thavaahariharangit thavaahariharangit requested a review from a team as a code owner April 7, 2025 15:18
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.

1 participant