Yicong-Huang opened a new issue, #7063: URL: https://github.com/apache/texera/issues/7063
### Task Summary The `contributor-checks` job in `.github/workflows/contributor-checks.yml` gates on `github.event.sender.type != 'Bot'` to avoid nagging automated PR/issue openers about the contribution template. That gate only excludes GitHub App bots (e.g. `dependabot[bot]`, account type `Bot`) — it does not exclude bots that run under a regular User account. Renovate on this repo runs as `renovate-bot`, whose account type is `User`, so it slips through the gate and gets the "the description doesn't follow our template" warning on every dependency-update PR (example: apache/texera#7060). The task is to also exclude `renovate-bot` from the check so its PRs are no longer flagged. Fix proposed in apache/texera#7062. ### Task Type - [x] DevOps / Deployment / CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
