fix: reflect new github org in webui

This commit is contained in:
CommunityMaintained 2026-06-14 13:45:17 -05:00
parent 1dc2af9c3a
commit 2b8faeb29f
6 changed files with 7 additions and 8 deletions

View file

@ -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**

View file

@ -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.**

View file

@ -3,5 +3,5 @@ name: Other
about: For everything else
title: ''
labels: ''
assignees: kieraneglin
assignees: CommunityMaintained
---

View file

@ -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