@@ -22,44 +22,44 @@ jobs:
22
22
timeout-minutes : 10
23
23
24
24
steps :
25
- - name : Checkout
26
- uses : actions/checkout@v4
25
+ - name : Checkout
26
+ uses : actions/checkout@v4
27
27
28
- - name : Setup Node
29
- uses : actions/setup-node@v4
30
- with :
28
+ - name : Setup Node
29
+ uses : actions/setup-node@v4
30
+ with :
31
31
node-version : lts/*
32
32
33
- - name : Wait for prior instances of the workflow to finish
34
- uses : softprops/turnstyle@v2
35
- env :
33
+ - name : Wait for prior instances of the workflow to finish
34
+ uses : softprops/turnstyle@v2
35
+ env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
38
- - name : ' Automate triage (add labels, clean labels, ...).'
39
- uses : automattic/action-repo-gardening@trunk
40
- with :
38
+ - name : ' Automate triage (add labels, clean labels, ...).'
39
+ uses : automattic/action-repo-gardening@trunk
40
+ with :
41
41
github_token : ${{ secrets.GITHUB_TOKEN }}
42
42
slack_token : ${{ secrets.SLACK_TOKEN }}
43
43
slack_team_channel : ${{ secrets.SLACK_TEAM_CHANNEL }}
44
44
slack_he_triage_channel : ${{ secrets.SLACK_HE_TRIAGE_CHANNEL }}
45
45
slack_quality_channel : ${{ secrets.SLACK_QUALITY_CHANNEL }}
46
46
tasks : ' addLabels,cleanLabels,assignIssues,flagOss,gatherSupportReferences,replyToCustomersReminder,triageIssues'
47
47
add_labels : ' [
48
- {"path": "src/followers", "label": "[Block] Followers"},
49
- {"path": "src/follow-me", "label": "[Block] Follow Me"},
50
- {"path": "src/remote-reply", "label": "[Block] Remote reply"},
51
- {"path": "src/reply", "label": "[Block] Federated reply"},
52
- {"path": "src/reply-intent", "label": "[Block] Federated reply"},
53
- {"path": "src/editor-plugin", "label": "[Block] Post settings"},
54
- {"path": "src/reactions", "label": "[Block] Reactions"},
55
- {"path": "src/reactions", "label": "[Feature] Reactions"},
56
- {"path": "src", "label": "[Focus] Editor"},
57
- {"path": "integration", "label": "[Focus] Compatibility"},
58
- {"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"},
63
- {"path": "includes/wp-admin/import", "label": "[Feature] Import"},
64
- {"path": "includes/wp-admin/class-health-check.php", "label": "[Feature] Health Check"}
48
+ {"path": "src/followers", "label": "[Block] Followers"},
49
+ {"path": "src/follow-me", "label": "[Block] Follow Me"},
50
+ {"path": "src/remote-reply", "label": "[Block] Remote reply"},
51
+ {"path": "src/reply", "label": "[Block] Federated reply"},
52
+ {"path": "src/reply-intent", "label": "[Block] Federated reply"},
53
+ {"path": "src/editor-plugin", "label": "[Block] Post settings"},
54
+ {"path": "src/reactions", "label": "[Block] Reactions"},
55
+ {"path": "src/reactions", "label": "[Feature] Reactions"},
56
+ {"path": "src", "label": "[Focus] Editor"},
57
+ {"path": "integration", "label": "[Focus] Compatibility"},
58
+ {"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"},
63
+ {"path": "includes/wp-admin/import", "label": "[Feature] Import"},
64
+ {"path": "includes/wp-admin/class-health-check.php", "label": "[Feature] Health Check"}
65
65
]'
0 commit comments