We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b03c2e commit ad63e42Copy full SHA for ad63e42
.github/workflows/module-monitor.yml
@@ -138,7 +138,7 @@ jobs:
138
pr_number = pr_match.group(1)
139
print(f"DEBUG: Commit {commit_hash} matches PR #{pr_number}", file=sys.stderr)
140
return {
141
- 'display': f"[{commit_hash[:7]}](PR #{pr_number})",
+ 'display': f"[{commit_hash[:7]}](https://github.com/nrfconnect/sdk-nrfxlib/pull/{pr_number})",
142
'is_pr': True,
143
'pr_number': pr_number,
144
'pr_url': f"https://github.com/nrfconnect/sdk-nrfxlib/pull/{pr_number}"
0 commit comments