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

Resolver workflow: Added support for processing issues/PRs in other repos #5778

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

d-walsh
Copy link
Contributor

@d-walsh d-walsh commented Dec 24, 2024

End-user friendly description of the problem this fixes or functionality that this introduces

  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

Give a summary of what the PR does, explaining any non-trivial design decisions

Resolver workflow: Added support for processing issues/PRs in other repos. This enables more powerful usage of this workflow. It also allows the workflow to be triggered not directly by the issues or PRs, which enables support for a scheduler.


Link of any specific issues this addresses

…processing. Added parameters for issue number, type, target repository owner, and name, along with a comment ID. Updated environment variable handling to accommodate new inputs and ensure proper repository context during execution.
… repository context. Updated pull request and branch creation commands to reference TARGET_REPO_OWNER and TARGET_REPO_NAME, ensuring consistent behavior across different repositories. Improved error handling comments with dynamic links to the created branches and workflow logs.
…eferences. Updated pull request creation commands to streamline the process and enhance flexibility by relying on environment variables for repository context. This change improves the maintainability of the workflow and ensures consistent behavior across different repositories.
…or repository context in error handling. Changed hardcoded references to TARGET_REPO_OWNER and TARGET_REPO_NAME, enhancing flexibility and maintainability of the workflow. This aligns with previous refactoring efforts to streamline repository interactions.
…fy the workflow. This change eliminates unnecessary parameters related to issue processing, streamlining the execution process and enhancing maintainability.
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