Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: bfbd5d70e858f24b900555d51de5d2b293e98b79
      
https://github.com/tianocore/edk2/commit/bfbd5d70e858f24b900555d51de5d2b293e98b79
  Author: Michael Kubacki <[email protected]>
  Date:   2025-10-01 (Wed, 01 Oct 2025)

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

  Log Message:
  -----------
  .github/GitHub.py: Add output and env helpers

Adds GitHub helper functions so other Python code can more cleanly
set output and environment variables.

Signed-off-by: Michael Kubacki <[email protected]>


  Commit: edb5331f787519d1abbcf05563c7997453be2ef5
      
https://github.com/tianocore/edk2/commit/edb5331f787519d1abbcf05563c7997453be2ef5
  Author: Michael Kubacki <[email protected]>
  Date:   2025-10-01 (Wed, 01 Oct 2025)

  Changed paths:
    A .github/scripts/validate_pr_formatting.py
    A .github/workflows/pull-request-formatting-validator.yml

  Log Message:
  -----------
  .github/workflows: Add PR formatting validator

This workflow runs when GitHub PRs are modified (edited, opened,
reopened, and synchronized) to perform basic validation of the PR
title and description.

Right now, this includes:

- Checking that the PR title is not empty
- Checking that the PR body is not empty
- Checking that the PR body meets the minimum text length.
  Where the minimum text length is defined to be the number of
  characters in the PR template with empty sections
- Checking that PR template placeholder do not remain in the PR
  description

If a check fails, a GitHub comment will be left on the PR and a PR
status check failure will be present on the PR until the issue is
resolved. Upon future runs of the workflow, existing PR validation
message contents are hashed and compared to a new message that may
potentially be posted. If the same comment is already posted in the
PR, it is not posted again.

Signed-off-by: Michael Kubacki <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/d3a64baf4b67...edb5331f7875

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


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to