Skip to content

Commit d02a311

Browse files
authored
Add label for "Health Check" and "REST API" (#1571)
* Add label for Health Check * Add REST API label
1 parent 6a9d7e7 commit d02a311

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gardening.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ jobs:
5454
{"path": "src/reactions", "label": "[Block] Reactions"},
5555
{"path": "src/reactions", "label": "[Feature] Reactions"},
5656
{"path": "src", "label": "[Focus] Editor"},
57-
{"path": "includes/class-blocks.php", "label": "[Focus] Editor"},
5857
{"path": "integration", "label": "[Focus] Compatibility"},
59-
{"path": "includes/collection", "label": "[Feature] Collections"},
6058
{"path": "includes/class-mailer.php", "label": "[Feature] Notifications"},
59+
{"path": "includes/class-blocks.php", "label": "[Focus] Editor"},
60+
{"path": "includes/collection", "label": "[Feature] Collections"},
61+
{"path": "includes/rest", "label": "[Feature] REST API"},
62+
{"path": "includes/wp-admin", "label": "[Feature] WP Admin"},
6163
{"path": "includes/wp-admin/import", "label": "[Feature] Import"},
62-
{"path": "includes/wp-admin", "label": "[Feature] WP Admin"}
64+
{"path": "includes/wp-admin/class-health-check.php", "label": "[Feature] Health Check"}
6365
]'

0 commit comments

Comments
 (0)