mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
fix template thing
This commit is contained in:
parent
f11e26ec6b
commit
e7b25584c9
2
.github/workflows/pr_template_check.yml
vendored
2
.github/workflows/pr_template_check.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const maintainers = ['blakeblackshear', 'NickM-27', 'hawkeye217'];
|
const maintainers = ['blakeblackshear', 'NickM-27', 'hawkeye217', 'dependabot[bot]'];
|
||||||
const author = context.payload.pull_request.user.login;
|
const author = context.payload.pull_request.user.login;
|
||||||
|
|
||||||
if (maintainers.includes(author)) {
|
if (maintainers.includes(author)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user