[IFU] Add automated issue creation workflow #3067
Open
chinmaydk99 wants to merge 1 commit intodevelopfrom
Open
[IFU] Add automated issue creation workflow #3067chinmaydk99 wants to merge 1 commit intodevelopfrom
chinmaydk99 wants to merge 1 commit intodevelopfrom
Conversation
|
Jenkins build for 1414296b479c09e5eb39d49f9911cdc7b4f8d10b commit finished as FAILURE |
1414296 to
a07efce
Compare
|
Jenkins build for a07efce17248d1748cb4fa1710255ff4ae93067f commit finished as FAILURE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces an automated issue creation workflow for tracking ROCm-only commits during Integrated Fork Updates (IFU), along with enhancements to support non-main upstream source branches.
Workflows
1.
create_ifu_issues.yml(New)Creates GitHub issues for commits that exist in the ROCm fork but not in upstream. For each ROCm-only commit:
branch,commit_hash)2.
create_ifu_tag.yml(Modified)create_ifu_issues.ymlafter creating IFU tagssource_branchfrom PR body metadata (written bypytorch_ifu.yml)workflow_dispatch) withrun_full_chainoption for testing without real PR merges3.
pytorch_ifu.yml(Modified)ifu_source_branchmetadata to the autogenerated PR bodyWorkflow run: https://github.com/ROCm/pytorch/actions/runs/23165638784