add weblate to maintainers list

This commit is contained in:
Josh Hawkins 2026-04-05 10:30:51 -05:00
parent 98a729ccd4
commit e1c4be49b4

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const maintainers = ['blakeblackshear', 'NickM-27', 'hawkeye217', 'dependabot[bot]'];
const maintainers = ['blakeblackshear', 'NickM-27', 'hawkeye217', 'dependabot[bot]', 'weblate'];
const author = context.payload.pull_request.user.login;
if (maintainers.includes(author)) {