Skip to content

Commit ad63e42

Browse files
committed
ci: Fix PR URL
Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 0b03c2e commit ad63e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
pr_number = pr_match.group(1)
139139
print(f"DEBUG: Commit {commit_hash} matches PR #{pr_number}", file=sys.stderr)
140140
return {
141-
'display': f"[{commit_hash[:7]}](PR #{pr_number})",
141+
'display': f"[{commit_hash[:7]}](https://github.com/nrfconnect/sdk-nrfxlib/pull/{pr_number})",
142142
'is_pr': True,
143143
'pr_number': pr_number,
144144
'pr_url': f"https://github.com/nrfconnect/sdk-nrfxlib/pull/{pr_number}"

0 commit comments

Comments
 (0)