audk/.github
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
..
ISSUE_TEMPLATE .github: Add GitHub issue templates 2024-12-20 09:28:51 +00:00
scripts .github: Handle deleted GitHub accounts 2024-11-26 18:08:26 +00:00
workflows .github: Add issue automation workflows 2024-12-21 01:30:20 +00:00
advanced-issue-labeler.yml .github: Add issue automation workflows 2024-12-21 01:30:20 +00:00
dependabot.yml
pull_request_template.md .github: Update pull_request_template.md 2024-07-10 16:02:43 +00:00