From e1c4be49b4c1219204bec9c9c9689498949d518d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:30:51 -0500 Subject: [PATCH] add weblate to maintainers list --- .github/workflows/pr_template_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {