Skip to content

Commit

Permalink
Repo Gardening: add automated board triage of ActivityPub issues (#40430
Browse files Browse the repository at this point in the history
)

When an issue is labeled with labels specific to the ActivityPub features, it will be triaged to the Fediverse board.

See p1733234813951669-slack-C04TJ8P900J
  • Loading branch information
jeherve authored Dec 3, 2024
1 parent 5e8994e commit 6e57e78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Board triage: add automatic triage to Fediverse project board.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ export const automatticAssignments = {
slack_id: 'C048CUFRGFQ',
board_id: 'https://github.com/orgs/Automattic/projects/1106/',
},
ActivityPub: {
team: 'Fediverse',
labels: [
'[Feature] Federated comments',
'[Block] Federated reply',
'[Block] Follow Me',
'[Block] Followers',
'[Block] Post settings',
'[Block] Remote Reply',
],
board_id: 'https://github.com/orgs/Automattic/projects/1208/',
},
// Jetpack Division.
'AI Tools': {
team: 'Agora',
Expand Down

0 comments on commit 6e57e78

Please sign in to comment.