Skip to content

Commit 7aa40a4

Browse files
authored
Update README.md
1 parent 296de8e commit 7aa40a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This action sends the following metrics on `workflow_run` event.
8080
- Time from a workflow is started until it is updated
8181
- `github.actions.workflow_run.queued_duration_second`
8282
- 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
8484

8585
It has the following tags:
8686

@@ -216,10 +216,12 @@ It has the following tags:
216216
- `base_ref`
217217
- `head_ref`
218218
- `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
221224

222-
You can set `send-pull-request-labels` to use `label` tag in Datadog.
223225
If a pull request has multiple labels, this action sends the metrics for each label.
224226
This action does not send labels by default from the cost perspective of the custom metrics.
225227

0 commit comments

Comments
 (0)