* radix pointer events fix

* add debug log for no genai responses

* tweak profiles docs

* add weblate to maintainers list
This commit is contained in:
Josh Hawkins
2026-04-05 11:08:23 -05:00
committed by GitHub
parent d8c35d5a0f
commit 67a1531da0
5 changed files with 10 additions and 7 deletions

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