diff --git a/.github/workflows/pr_template_check.yml b/.github/workflows/pr_template_check.yml index 6b7d950e35..57db79ecce 100644 --- a/.github/workflows/pr_template_check.yml +++ b/.github/workflows/pr_template_check.yml @@ -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)) {