File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ This action sends the following metrics on `workflow_run` event.
80
80
- Time from a workflow is started until it is updated
81
81
- ` github.actions.workflow_run.queued_duration_second`
82
82
- Time from a workflow is created until the first job is started
83
- - Only available on the first run
83
+ - Available for the first workflow run only
84
84
85
85
It has the following tags :
86
86
@@ -216,10 +216,12 @@ It has the following tags:
216
216
- ` base_ref`
217
217
- ` head_ref`
218
218
- ` merged` = `true` or `false`
219
- - ` requested_team` = team(s) of requested reviewer(s)
220
- - ` label` = label(s) of a pull request
219
+ - ` requested_team`
220
+ - Team(s) of requested reviewer(s)
221
+ - ` label`
222
+ - Label(s) of a pull request
223
+ - Available if `send-pull-request-labels` is set
221
224
222
- You can set `send-pull-request-labels` to use `label` tag in Datadog.
223
225
If a pull request has multiple labels, this action sends the metrics for each label.
224
226
This action does not send labels by default from the cost perspective of the custom metrics.
225
227
You can’t perform that action at this time.
0 commit comments