Merge remote-tracking branch 'origin/master' into experimental

This commit is contained in:
Yoruio
2022-07-20 15:35:30 -07:00
4 changed files with 4 additions and 25 deletions

View File

@@ -10,13 +10,6 @@ on:
paths-ignore: paths-ignore:
- '.github/**' - '.github/**'
- 'README.md' - 'README.md'
pull_request:
types:
- closed
paths-ignore:
- '.github/**'
- 'README.md'
branches: [ "experimental" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View File

@@ -9,12 +9,6 @@ on:
branches: [ "master" ] branches: [ "master" ]
paths: paths:
- 'README.md' - 'README.md'
pull_request:
types:
- closed
paths:
- 'README.md'
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View File

@@ -10,13 +10,6 @@ on:
paths-ignore: paths-ignore:
- '.github/**' - '.github/**'
- 'README.md' - 'README.md'
pull_request:
types:
- closed
paths-ignore:
- '.github/**'
- 'README.md'
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View File

@@ -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 > For Manual an Docker setup, see below
1. Ensure you have the Community Applications plugin installed. 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. 3. Click the Install Button.
4. On the following Add Container screen, Change repository to yoruio/invitarr:latest 4. Add discord bot token.
5. Add discord bot token. 5. Click apply
6. Click apply 6. Finish setting up using [Setup Commands](#after-bot-has-started)
7. Finish setting up using [Setup Commands](#after-bot-has-started)
# Manual Setup (For Docker, see below) # Manual Setup (For Docker, see below)