Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 468 Bytes

AddTag.md

File metadata and controls

23 lines (15 loc) · 468 Bytes

Add Tag Action

The add_tag action adds a tag to the event's reserved tags field, which always exists and is always an array of strings.

Example

- name: add_tag
  tag: tagname

Options

tag

String. Required

The tag to add to the list. If the tag already exists the action still succeeds but does nothing.