Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 3f0c4cee940d550cf7543eef188b3b068df8b818
      
https://github.com/tianocore/edk2/commit/3f0c4cee940d550cf7543eef188b3b068df8b818
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2024-07-25 (Thu, 25 Jul 2024)

  Changed paths:
    M BaseTools/Scripts/GetMaintainer.py

  Log Message:
  -----------
  BaseTools/GetMaintainer.py: Add GitHub username argument

Adds a new `-g` parameter so that output will also include the GitHub
username.

This change uses a simple regular expression as opposed to directly
returning the original line from the file to make the extraction of
GitHub usernames more robust to other changes on the line in the
maintainers text file.

Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>


  Commit: 89a06a245bd27c6a83fa2b2ed80cfe186dab0029
      
https://github.com/tianocore/edk2/commit/89a06a245bd27c6a83fa2b2ed80cfe186dab0029
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2024-07-25 (Thu, 25 Jul 2024)

  Changed paths:
    A .github/scripts/GitHub.py

  Log Message:
  -----------
  .github: Add GitHub helper python script

Adds a script that provides GitHub API helpers for workflows and
other GitHub automation in the repository.

Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>


  Commit: 6271b617b4e653029246152871cde93f3926e144
      
https://github.com/tianocore/edk2/commit/6271b617b4e653029246152871cde93f3926e144
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2024-07-25 (Thu, 25 Jul 2024)

  Changed paths:
    A .github/workflows/request-reviews.yml

  Log Message:
  -----------
  .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.kuba...@microsoft.com>


Compare: https://github.com/tianocore/edk2/compare/a96d2a8f2dd3...6271b617b4e6

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to