From eae93c5f2eba2ab8ea7c0eb478a02ad2d12bfca8 Mon Sep 17 00:00:00 2001 From: Yoruio Date: Sat, 16 Jul 2022 13:23:37 -0600 Subject: [PATCH 1/5] Adds python artifacts to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7948f45..b3edc77 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + mount \ No newline at end of file From e75e40042309fb60927ee2edf9d2681c255e4299 Mon Sep 17 00:00:00 2001 From: Roy Du Date: Sat, 16 Jul 2022 14:35:35 -0600 Subject: [PATCH 2/5] Update docker-sync-experimental.yml --- .github/workflows/docker-sync-experimental.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker-sync-experimental.yml b/.github/workflows/docker-sync-experimental.yml index 5e76845..22c2e8e 100644 --- a/.github/workflows/docker-sync-experimental.yml +++ b/.github/workflows/docker-sync-experimental.yml @@ -10,13 +10,6 @@ on: paths-ignore: - '.github/**' - 'README.md' - pull_request: - types: - - closed - paths-ignore: - - '.github/**' - - 'README.md' - branches: [ "experimental" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 366a28b26c134c6fb1a6667c97999512c87aba92 Mon Sep 17 00:00:00 2001 From: Roy Du Date: Sat, 16 Jul 2022 14:35:51 -0600 Subject: [PATCH 3/5] Update docker-sync.yml --- .github/workflows/docker-sync.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker-sync.yml b/.github/workflows/docker-sync.yml index 24fa0a4..ce614a0 100644 --- a/.github/workflows/docker-sync.yml +++ b/.github/workflows/docker-sync.yml @@ -10,13 +10,6 @@ on: paths-ignore: - '.github/**' - 'README.md' - pull_request: - types: - - closed - paths-ignore: - - '.github/**' - - 'README.md' - branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 53ddaec512e7559b5787b8f6efd5806314f64c94 Mon Sep 17 00:00:00 2001 From: Roy Du Date: Sat, 16 Jul 2022 14:36:07 -0600 Subject: [PATCH 4/5] Update docker-sync-readme.yml --- .github/workflows/docker-sync-readme.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/docker-sync-readme.yml b/.github/workflows/docker-sync-readme.yml index c062ed0..0aba48a 100644 --- a/.github/workflows/docker-sync-readme.yml +++ b/.github/workflows/docker-sync-readme.yml @@ -9,12 +9,6 @@ on: branches: [ "master" ] paths: - 'README.md' - pull_request: - types: - - closed - paths: - - 'README.md' - branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 67532e08f9745d3e7871ada0a7ea381cc1f42e01 Mon Sep 17 00:00:00 2001 From: Roy Du Date: Sun, 17 Jul 2022 21:38:23 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81d4ab7..3e4d4e6 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,11 @@ This command is used to remove a record from the Db. Use /membarr dbls to determ > For Manual an Docker setup, see below 1. Ensure you have the Community Applications plugin installed. -2. Inside the Community Applications app store, search for Invitarr. +2. Inside the Community Applications app store, search for Membarr. 3. Click the Install Button. -4. On the following Add Container screen, Change repository to yoruio/invitarr:latest -5. Add discord bot token. -6. Click apply -7. Finish setting up using [Setup Commands](#after-bot-has-started) +4. Add discord bot token. +5. Click apply +6. Finish setting up using [Setup Commands](#after-bot-has-started) # Manual Setup (For Docker, see below)