-
Notifications
You must be signed in to change notification settings - Fork 132
ci: implementing migrator workflow #3878
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
base: main
Are you sure you want to change the base?
Conversation
…n migrator workflow
…nd enhancing checkout process
…ling with improved branch checks and comments
…nd adding existence check for new branch
…d updating comment structure
…istence message formatting
…prove body formatting
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
…es with improved error handling
…ments with improved messaging
…migrator workflow
I think this is more or less ready. The conflict in the changes is still not clear to me, so I would appreciate any suggestions on this. Pinging @RobPasMue since I discussed this topic with him and pinging @klmcadams because i would love her feedback on the conflict resolution. |
Hi @germa89, I've resolved conflicts with cherry-picks like this, but I found this |
Summary
As the title.
This pull request introduces a new GitHub Actions workflow,
migrator.yml
, designed to handle pull requests originating from forks. The workflow ensures that secrets required for CI processes can be accessed by migrating the forked PR into a branch within the base repository.This pull request introduces a new GitHub Actions workflow, migrator.yml, to handle pull requests originating from forks. The workflow migrates forked PRs into branches within the base repository, enabling access to repository secrets for CI workflows.
Changes
New Workflow: Added migrator.yml to workflows.
Trigger Events:
@pyansys-ci-bot migrate
or@pyansys-ci-bot sync
on pull requests.workflow_dispatch
with an issue number input.Key Steps:
This workflow simplifies the process of handling forked pull requests, improving CI reliability and developer experience.
Example of fork PR: #3868
Example of migrated PR: #3886