Merge pull request #33 from bartvdbraak/refactor/dependabot-reviewers

Add default reviewer to Dependabot
This commit is contained in:
Bart van der Braak 2023-06-12 02:32:28 +02:00 committed by GitHub
commit 46640217e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -4,7 +4,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
reviewers:
- "bartvdbraak"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "bartvdbraak"

View file

@ -27,7 +27,9 @@ jobs:
with:
header: unlighthouse
message: |
Running Lighthouse audit...
⚡️ Lighthouse report
![Loading](https://github.com/bartvdbraak/omnidash/assets/3996360/8e85bc78-53ac-41de-bdb6-bedfe8c6d8c1)
- name: Check out
uses: actions/checkout@v3.5.3
@ -129,3 +131,13 @@ jobs:
header: unlighthouse
message: |
${{ steps.format_lighthouse_score.outputs.comment }}
- name: Sticky Comment on Pull Request with failure
uses: marocchino/sticky-pull-request-comment@v2.6.2
if: ${{ failure() }}
with:
header: unlighthouse
message: |
⚡️ Lighthouse report failed
See deployment for any errors