From 3ddbc033b223dd83b40da7b5733fd2ce24ee3d44 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 24 May 2022 08:30:07 -0800 Subject: [PATCH] chore: github stalebot changes (#1271) * add exempt labels * update tags for docker-compose --- .github/stale.yml | 5 ++++- .../documentation/getting-started/installation/postgres.md | 4 ++-- .../documentation/getting-started/installation/sqlite.md | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a1c3aa..49264d6bc71a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,8 +6,11 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - early-stages + - "bug: confirmed" + - feedback # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 8afc27e5f464..c39eb6e7faf1 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -10,7 +10,7 @@ version: "3.7" services: mealie-frontend: - image: hkotel/mealie:frontend-nightly + image: hkotel/mealie:frontend-v1.0.0-beta-1 container_name: mealie-frontend depends_on: - mealie-api @@ -23,7 +23,7 @@ services: volumes: - mealie-data:/app/data/ # (3) mealie-api: - image: hkotel/mealie:api-nightly + image: hkotel/mealie:api-v1.0.0-beta-1 container_name: mealie-api depends_on: - postgres diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index 5aa68c8f87e8..9aff56d685e4 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th version: "3.7" services: mealie-frontend: - image: hkotel/mealie:frontend-nightly + image: hkotel/mealie:frontend-v1.0.0-beta-1 container_name: mealie-frontend environment: # Set Frontend ENV Variables Here @@ -23,7 +23,7 @@ services: volumes: - mealie-data:/app/data/ # (3) mealie-api: - image: hkotel/mealie:api-nightly + image: hkotel/mealie:api-v1.0.0-beta-1 container_name: mealie-api volumes: - mealie-data:/app/data/