From 27d4da774ad8e5013f4052eb4db1af6ff9413b4b Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:01:49 +1100 Subject: [PATCH 1/3] Change org to mealie-recipes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b1b6fe6574..0e1134963b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }} uses: Ilshidur/action-discord@0.3.2 with: - args: "🚀 Version {{ EVENT_PAYLOAD.release.tag_name }} of Mealie has been released. See the release notes https://github.com/hay-kot/mealie/releases/tag/{{ EVENT_PAYLOAD.release.tag_name }}" + args: "🚀 Version {{ EVENT_PAYLOAD.release.tag_name }} of Mealie has been released. See the release notes https://github.com/mealie-recipes/mealie/releases/tag/{{ EVENT_PAYLOAD.release.tag_name }}" From c32081632085a19870a3e44829191590eace3032 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:06:05 +1100 Subject: [PATCH 2/3] Change org to mealie-recipes --- docs/mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 28194174b13..fc5badfd612 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -51,8 +51,8 @@ extra_css: - assets/stylesheets/custom.css extra_javascript: - assets/js/extra.js -repo_url: https://github.com/hay-kot/mealie/ -repo_name: hay-kot/mealie +repo_url: https://github.com/mealie-recipes/mealie/ +repo_name: mealie-recipes/mealie edit_uri: edit/mealie-next/docs/docs/ nav: From 73eb6d4021500ebc1428e5b0fb31a0582d96f028 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:06:37 +1100 Subject: [PATCH 3/3] Change org to mealie-recipes --- .github/DISCUSSION_TEMPLATE/feature-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yaml b/.github/DISCUSSION_TEMPLATE/feature-request.yaml index 299ff50b29d..25878a94c01 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-request.yaml +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yaml @@ -11,7 +11,7 @@ body: options: - label: I used the GitHub search to find a similar requests and didn't find it. required: true - - label: Checked the [tasks tagged](https://github.com/hay-kot/mealie/issues?q=is%3Aissue+is%3Aopen+label%3Atask+) issues and verified my feature is not covered + - label: Checked the [tasks tagged](https://github.com/mealie-recipes/mealie/issues?q=is%3Aissue+is%3Aopen+label%3Atask+) issues and verified my feature is not covered required: true - type: textarea id: problem