audk/.github
Michael Kubacki 6271b617b4 .github/workflows/request-reviews.yml: Add workflow
Adds a new GitHub workflow to automatically add reviewers to pull
requests when they are opened, reopened, synchronized, and if a draft
pull request is marked as ready for review. The workflow will not
run on draft pull requests.

The workflow is meant to be simple to understand and modify, relying
on existing logic in GetMaintainer.py to determine the relevant
reviewers and using simple Python GitHub REST API wrappers with the
default GitHub token for authentication.

Future changes may optimize the workflow.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2024-07-25 02:28:49 +00:00
..
ISSUE_TEMPLATE .github/ISSUE_TEMPLATE/config.yml: Add initial issue template 2022-11-29 23:02:56 +00:00
scripts .github: Add GitHub helper python script 2024-07-25 02:28:49 +00:00
workflows .github/workflows/request-reviews.yml: Add workflow 2024-07-25 02:28:49 +00:00
dependabot.yml .github/dependabot.yml: Disable automatic rebasing 2023-04-02 02:26:01 +00:00
pull_request_template.md .github: Update pull_request_template.md 2024-07-10 16:02:43 +00:00