Skip to content

Commit

Permalink
Repo Gardening: automatically label more PRs, & auto-label issues (#1026
Browse files Browse the repository at this point in the history
)

* 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
  • Loading branch information
jeherve authored Nov 29, 2024
1 parent e8140b1 commit f83d5ca
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/gardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]'

0 comments on commit f83d5ca

Please sign in to comment.