Skip to content

Commit 32079b7

Browse files
felickzCopilot
andcommitted
Preserve branch name for predictable rendered links in PRs
Add preserve-branch-name: true to create-pull-request safe output so the branch name matches what the agent specifies, enabling the rendered markdown link in the PR body to work correctly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3c99822 commit 32079b7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/update-ghas-matrix.lock.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/update-ghas-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ network:
1919
safe-outputs:
2020
create-pull-request:
2121
max: 1
22+
preserve-branch-name: true
2223
---
2324

2425
# Update GHAS-on-GHES Feature Matrix

0 commit comments

Comments
 (0)