Skip to content

Commit

Permalink
Repo File Sync: Refactor regex-pull-requests.yml (#72)
Browse files Browse the repository at this point in the history
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#11631955745](https://github.com/microsoft/mu_devops/actions/runs/11631955745)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
  • Loading branch information
uefibot authored Nov 1, 2024
1 parent a0c2cca commit 7f4962d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/label-issues/regex-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@

# Maintenance: Keep labels organized in ascending alphabetical order - easier to scan, identify duplicates, etc.

type:backport:
- '\s*-\s*\[\s*[x|X]\s*\] Backport to release branch\?'

impact:breaking-change:
- '\s*-\s*\[\s*[x|X]\s*\] Breaking change\?'

type:documentation:
- '\s*-\s*\[\s*[x|X]\s*\] Includes documentation\?'

impact:non-functional:
- '\s*-\s*\[\s*(?![x|X])\s*\] Impacts functionality\?'

Expand All @@ -25,6 +31,3 @@ impact:security:

impact:testing:
- '\s*-\s*\[\s*[x|X]\s*\] Includes tests\?'

type:documentation:
- '\s*-\s*\[\s*[x|X]\s*\] Includes documentation\?'

0 comments on commit 7f4962d

Please sign in to comment.