dsanders11

#49927: ci: add maintainer /request-review command

Merged
Created: Feb 23, 2026, 9:58:20 PM
Merged: Feb 24, 2026, 10:13:37 PM
1 comments
Target: main

Description of Change

Not all maintainers have write access on this repo, which means they cannot request reviewers. This new workflow job sidesteps that by letting comments from maintainers with a comment body of /request-review <username>[,<username>] (with or without leading @ on usernames) add reviewers to a pull request. This should also work with team names, but we may have to update the issue triage app's permissions to let it read org teams.

Checklist

  • PR description included

Release Notes

Notes: none

Backports

No Backports Requested

This pull request doesn't have any backports requested or created for older release branches.

What are backports?

Backports are copies of changes made to the main branch that are applied to older release branches. They ensure that bug fixes and important changes are available in maintained older versions of Electron.

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron