Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 896930edc93be754675af5854dba9b39d8647e5e
      
https://github.com/tianocore/edk2/commit/896930edc93be754675af5854dba9b39d8647e5e
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2024-12-21 (Sat, 21 Dec 2024)

  Changed paths:
    A .github/advanced-issue-labeler.yml
    A .github/workflows/issue-assignment.yml
    A .github/workflows/issue-triage.yml
    A .github/workflows/scheduled-maintenance.yml

  Log Message:
  -----------
  .github: Add issue automation workflows

REF: https://github.com/tianocore/edk2/discussions/5926

Adds workflows to manage labels on issues based on issue content.

Workflows:

- `issue-assignment` - Performs actions when an issue is assigned.
  - Currently, removed the `state:needs-owner` label.
- `issue-triage` - Assigns initial labels to the issue based on data
  entered when the issue was created.
  - The policies for applying labels are defined in
    - `advanced-issue-labeler.yml`
        - Note: Based on 
https://github.com/marketplace/actions/advanced-issue-labeler
- `scheduled-maintenance` - Runs every hour to perform clean up work
  need on issues.
  - Currently, closes issues that have had the `state:wont-fix` label
    applied.

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



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