mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Add more information
This commit is contained in:
parent
9c71be05a8
commit
5b62eaff57
4 changed files with 37 additions and 3 deletions
|
|
@ -14,6 +14,11 @@
|
|||
<a href="/target?target={{target}}">{{target}}</a> ({{mode}})
|
||||
</h1>
|
||||
<a href="/">Home</a>
|
||||
<p>
|
||||
🔔 does-it-build supports sending notifications to target maintainers via
|
||||
GitHub issues. You can add yourself with
|
||||
<a href="{{notification_pr_url}}">a PR</a>. 🔔
|
||||
</p>
|
||||
<div class="{{status}} build-indicator-big">{{status}}</div>
|
||||
{% if let Some(rustflags) = rustflags %}
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,12 @@
|
|||
{% endfor %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if let Some(issue) = open_notification_issue_number %}
|
||||
<p>
|
||||
There is currently an open issue with a maintainer ping:
|
||||
<a href="{{notification_repo}}/issues/{{issue}}">{{notification_repo}}/issues/{{issue}}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if showing_failures %}
|
||||
<p>
|
||||
<a href="/target?target={{target}}">show all</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue