audk/.github/workflows
Michael Kubacki 896930edc9 .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.kubacki@microsoft.com>
2024-12-21 01:30:20 +00:00
..
pr-labeler .github: Add PR template 2024-05-29 00:40:36 +00:00
codeql.yml Update CI to VS2022 2024-12-10 23:42:09 +00:00
issue-assignment.yml .github: Add issue automation workflows 2024-12-21 01:30:20 +00:00
issue-triage.yml .github: Add issue automation workflows 2024-12-21 01:30:20 +00:00
pr-labeler.yml GitHub Action: Bump github/issue-labeler from 3.1 to 3.4 2024-08-27 18:51:21 +00:00
request-reviews.yml .github/request-reviews.yml: Use GitHub App authentication 2024-08-06 00:54:08 +00:00
scheduled-maintenance.yml .github: Add issue automation workflows 2024-12-21 01:30:20 +00:00
stale.yml .github/workflows: Add Stale Check 2023-10-31 14:40:50 +00:00