fix: reflect new github org in webui
This commit is contained in:
parent
1dc2af9c3a
commit
2b8faeb29f
6 changed files with 7 additions and 8 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -3,7 +3,7 @@ name: Bug report
|
|||
about: Create a report to help us improve
|
||||
title: '[Triage] <your title here> '
|
||||
labels: triage
|
||||
assignees: kieraneglin
|
||||
assignees: CommunityMaintained
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -3,7 +3,7 @@ name: Feature request
|
|||
about: Suggest an idea for this project
|
||||
title: '[FR] <your title here>'
|
||||
labels: feature request
|
||||
assignees: kieraneglin
|
||||
assignees: CommunityMaintained
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/other.md
vendored
2
.github/ISSUE_TEMPLATE/other.md
vendored
|
|
@ -3,5 +3,5 @@ name: Other
|
|||
about: For everything else
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: kieraneglin
|
||||
assignees: CommunityMaintained
|
||||
---
|
||||
|
|
|
|||
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
manifest-file: .release-please-manifest.json
|
||||
|
||||
# After a release is published: update mix.exs to "semver (calver)" so the
|
||||
# running app displays both (e.g. "1.0.0 (2026-06-14)").
|
||||
# running app displays both (e.g. "1.0.0 (2026.06.14)").
|
||||
# Mix will warn that this isn't strict semver, which is fine for a Docker app.
|
||||
update-mix-version:
|
||||
name: Update mix.exs version string
|
||||
|
|
|
|||
|
|
@ -49,8 +49,7 @@
|
|||
href="https://github.com/kieraneglin/pinchflat/wiki"
|
||||
icon_class="scale-110"
|
||||
/>
|
||||
<.sidebar_item icon="si-github" text="Github" target="_blank" href="https://github.com/kieraneglin/pinchflat" />
|
||||
<.sidebar_item icon="si-discord" text="Discord" target="_blank" href="https://discord.gg/j7T6dCuwU4" />
|
||||
<.sidebar_item icon="si-github" text="Github" target="_blank" href="https://github.com/CommunityMaintained/pinchflat" />
|
||||
<li>
|
||||
<span
|
||||
class={[
|
||||
|
|
@ -71,7 +70,7 @@
|
|||
>
|
||||
<span>Pinchflat {Application.spec(:pinchflat)[:vsn]}</span>
|
||||
<a
|
||||
href="https://github.com/kieraneglin/pinchflat/releases"
|
||||
href="https://github.com/CommunityMaintained/pinchflat/releases"
|
||||
target="_blank"
|
||||
class="bg-meta-2 text-boxdark px-1.5 rounded-full text-xs"
|
||||
x-cloak
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<h2 class="text-title-md2 font-bold text-white">Internal Server Error</h2>
|
||||
<p class="text-body-md text-white mt-2">
|
||||
This shouldn't happen! Please make a
|
||||
<.inline_link href="https://github.com/kieraneglin/pinchflat/issues/new/choose">GitHub issue</.inline_link>
|
||||
<.inline_link href="https://github.com/CommunityMaintained/pinchflat/issues/new/choose">GitHub issue</.inline_link>
|
||||
with the following information:
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue