feat(workflow): enhance submodule trigger workflow with PR URL and nu… - #128
Conversation
There was a problem hiding this comment.
Pull request overview
Enhances the submodule-trigger workflow to improve traceability by propagating the created submodule-update PR URL/number (and the triggering PR URL/number) through job outputs and logging, and by linking the triggering PR in the generated PR body.
Changes:
- Exposes
pr_url/pr_numberas outputs of thecreate-submodule-prjob (from the PR creation step). - Extends milestone discovery to also capture the triggering PR URL/number and makes them available to later steps.
- Improves PR creation flow to surface both URL and number, and logs the created PR URL in the final summary step.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
af8bc7e to
555bee2
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@Arsalanulhaq I've opened a new pull request, #129, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@Arsalanulhaq I've opened a new pull request, #130, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@Arsalanulhaq I've opened a new pull request, #131, to work on those changes. Once the pull request is ready, I'll request review from you. |
555bee2 to
6cd871f
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
6cd871f to
9aa62d3
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9aa62d3 to
edd2ea7
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
edd2ea7 to
c336e76
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c336e76 to
72db76b
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…mber outputs Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
72db76b to
c530802
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request enhances the
.github/workflows/submodule-trigger-workflow.ymlworkflow to improve traceability and communication between submodule updates and their triggering pull requests. The main improvements are the propagation and display of PR URLs and numbers throughout the workflow, as well as more robust handling of PR creation and output. The most important changes are grouped as follows:Traceability and Output Enhancements
pr_urlandpr_numberto thecreate-submodule-prjob, making these values accessible to downstream jobs and steps.Robust PR Creation and Data Handling