[PM-14880] ci: Update feature labels (#6346)

This commit is contained in:
Álison Fernandes
2026-01-12 18:45:23 +00:00
committed by GitHub
parent 282cce8ce0
commit d86959b375

10
.github/label-pr.json vendored
View File

@@ -1,8 +1,8 @@
{ {
"catch_all_label": "t:misc", "catch_all_label": "t:misc",
"title_patterns": { "title_patterns": {
"t:new-feature": ["feat", "feature"], "t:feature-app": ["feat", "feature"],
"t:enhancement": ["enhancement", "enh", "impr"], "t:feature-tool": ["tool"],
"t:bug": ["fix", "bug", "bugfix"], "t:bug": ["fix", "bug", "bugfix"],
"t:tech-debt": ["refactor", "chore", "cleanup", "revert", "debt", "test", "perf"], "t:tech-debt": ["refactor", "chore", "cleanup", "revert", "debt", "test", "perf"],
"t:docs": ["docs"], "t:docs": ["docs"],
@@ -29,11 +29,15 @@
"app:authenticator": [ "app:authenticator": [
"authenticator/" "authenticator/"
], ],
"t:enhancement": [ "t:feature-tool": [
"testharness/"
],
"t:feature-app": [
"app/src/main/assets/fido2_privileged_community.json", "app/src/main/assets/fido2_privileged_community.json",
"app/src/main/assets/fido2_privileged_google.json" "app/src/main/assets/fido2_privileged_google.json"
], ],
"t:ci": [ "t:ci": [
".checkmarx/",
".github/", ".github/",
"scripts/", "scripts/",
"fastlane/", "fastlane/",