From e7b25584c9cc52c6035eac84a4d76bd0fdabeff0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 25 Mar 2026 17:02:40 -0600 Subject: [PATCH] fix template thing --- .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 7c4bb52a4..6b7d950e3 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']; + const maintainers = ['blakeblackshear', 'NickM-27', 'hawkeye217', 'dependabot[bot]']; const author = context.payload.pull_request.user.login; if (maintainers.includes(author)) {