Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 489 Bytes

RemoveTag.md

File metadata and controls

23 lines (15 loc) · 489 Bytes

Remove Tag Action

The remove_tag action removes a tag from the event's reserved tags field, which always exists and is always an array of strings.

Example

- name: remove_tag
  tag: tagname

Options

tag

String. Required

The tag to remove. If the tag does not currently exist the action still succeeds but does nothing.