Actions
action #163058
closedLinks to custom GitHub issues are not linking
Start date:
2024-07-01
Due date:
% Done:
0%
Estimated time:
Tags:
Description
https://openqa.suse.de/tests/14776877#comments
Observation¶
When posting a link to a custom GitHub issue as comment in an openQA job, openQA replaces the link with the typical gh#
prefix, but the resulting test is not a clickable link.
See e.g. https://openqa.suse.de/tests/14776877#comments
Steps to reproduce¶
- Post a link to a GitHub issue, e.g.
https://github.com/dcermak/pytest_container/issues/213
as comment - Observe, that openQA will crop that link to
gh#dcermak/pytest_container#213
(correct) but doesn't create a clickable link for it (defect)
Impact¶
- Minor annoyance
Suggestions¶
None
Workaround¶
None
Files
Updated by ybonatakis 10 months ago
- Status changed from New to In Progress
it seems the problem is the regex which match the URL does not include some character in the reported issue.
Updated by ybonatakis 10 months ago
- Status changed from In Progress to Feedback
Updated by okurz 10 months ago
- Due date deleted (
2024-07-18) - Status changed from Feedback to Resolved
Merged and deployed on o3, see https://openqa.opensuse.org/tests/4307868#comment-612315
Actions