#49927: ci: add maintainer /request-review command
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
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