Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 456 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 456 Bytes

tag Plugin

This plugin updates the tags of the current task. Existing tags are overwritten with the values provided. An empty value deletes the tag.

Configuration

Fields Description
tags key/values tags

Example

An action of type tag requires only one field, the list of tags to apply to the current task.

action:
  type: tag
  configuration:
    tags:
      foo: bar
      bar: # deleted