oops, not all github PRs are open

This commit is contained in:
Joshua Goins 2023-01-02 16:23:43 -05:00
parent dd40dd994b
commit bc6b6931ec

View file

@ -49,7 +49,7 @@
{{ else }} {{ else }}
{{ if eq .type "github" }} {{ if eq .type "github" }}
<li><a href="https://github.com/{{ .id }}/commits?author=redstrate">Commits</a></li> <li><a href="https://github.com/{{ .id }}/commits?author=redstrate">Commits</a></li>
<li><a href="https://github.com/{{ .id }}/pulls/redstrate">PRs</a></li> <li><a href="https://github.com/{{ .id }}/pulls/pulls?q=is%3Apr+author%3Aredstrate+">PRs</a></li>
{{ end }} {{ end }}
{{ end }} {{ end }}
</ul> </ul>