Commit 18cac62
authored
Update OWNERS link in maintainer-approval.js (#5563)
## Changes
Make the link absolute (needs to include repo path & branch) rather than
relative.
## Why
Relative links do not render correctly in GitHub PR comments.
## Tests
- old: [OWNERS](.github/OWNERS)
- also see
[comment](#5563 (comment))
on this PR
- new: [OWNERS](/databricks/cli/blob/main/.github/OWNERS)1 parent b86d5a0 commit 18cac62
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments