From f83d5ca9eeec850a26b800dcc60e5d4913260d22 Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Fri, 29 Nov 2024 15:46:14 +0100 Subject: [PATCH] Repo Gardening: automatically label more PRs, & auto-label issues (#1026) * Repo Gardening: automatically label more PRs, & auto-label issues This change brings us more automations: - More PRs will get automatically labeled. - More issues will be automatically labeled upon their creation (or will invite you to add labels when you can). * Remove extra space * Add one more path --- .github/workflows/gardening.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gardening.yml b/.github/workflows/gardening.yml index 2055d66de..e732e071e 100644 --- a/.github/workflows/gardening.yml +++ b/.github/workflows/gardening.yml @@ -43,8 +43,16 @@ jobs: slack_team_channel: ${{ secrets.SLACK_TEAM_CHANNEL }} slack_he_triage_channel: ${{ secrets.SLACK_HE_TRIAGE_CHANNEL }} slack_quality_channel: ${{ secrets.SLACK_QUALITY_CHANNEL }} - tasks: 'addLabels,cleanLabels,assignIssues,flagOss,gatherSupportReferences,replyToCustomersReminder' + tasks: 'addLabels,cleanLabels,assignIssues,flagOss,gatherSupportReferences,replyToCustomersReminder,triageIssues' add_labels: '[ {"path": "src/followers", "label": "[Block] Followers"}, - {"path": "src/follow-me", "label": "[Block] Follow Me"} + {"path": "src/follow-me", "label": "[Block] Follow Me"}, + {"path": "src/remote-reply", "label": "[Block] Remote reply"}, + {"path": "src/reply", "label": "[Block] Federated reply"}, + {"path": "src/reply-intent", "label": "[Block] Federated reply"}, + {"path": "src/editor-plugin", "label": "[Block] Post settings"}, + {"path": "src", "label": "[Focus] Editor"}, + {"path": "includes/class-blocks.php", "label": "[Focus] Editor"}, + {"path": "integration", "label": "[Focus] Compatibility"}, + {"path": "includes/collection", "label": "[Feature] Collections"} ]'