fix template thing

This commit is contained in:
Nicolas Mowen 2026-03-25 17:02:40 -06:00
parent f11e26ec6b
commit e7b25584c9

View File

@ -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)) {