Workflows adjustments (#124)

* reviewdog/action-misspell@master
* Improve issue templates
This commit is contained in:
Quentin McGaw
2020-04-28 08:48:06 -04:00
committed by GitHub
parent eb149ee040
commit 352af84977
3 changed files with 19 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ assignees: qdm12
1. What VPN service provider are you using?
- [ ] PIA
- [x] PIA
- [ ] Mullvad
- [ ] Windscribe
@@ -22,7 +22,7 @@ assignees: qdm12
3. What are you using to run the container?
- [ ] Docker run
- [ ] Docker Compose
- [x] Docker Compose
- [ ] Kubernetes
- [ ] Docker stack
- [ ] Docker swarm
@@ -31,7 +31,19 @@ assignees: qdm12
4. What's wrong? (please share some of your logs, and maybe configuration)
Logs
```log
```
Configuration file:
```yml
```
5. Is this urgent?
- [ ] Yes
- [ ] No
- [x] No

View File

@@ -9,7 +9,7 @@ assignees:
1. What VPN service provider are you using?
- [ ] PIA
- [x] PIA
- [ ] Mullvad
- [ ] Windscribe
@@ -22,7 +22,7 @@ assignees:
3. What are you using to run the container?
- [ ] Docker run
- [ ] Docker Compose
- [x] Docker Compose
- [ ] Kubernetes
- [ ] Docker stack
- [ ] Docker swarm
@@ -34,4 +34,4 @@ assignees:
5. Is this urgent?
- [ ] Yes
- [ ] No
- [x] No

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-misspell@v1
- uses: reviewdog/action-misspell@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"