1.6 KiB
1.6 KiB
-
name- Required. The name of the workflow. This is displayed in the list of available workflows. -
description- Required. The description of the workflow. This is displayed in the list of available workflows. -
iconName- Optional. Specifies an icon for the workflow that is displayed in the list of workflows.iconNamecan be one of the following types:- An SVG file that is stored in the
workflow-templatesdirectory. To reference a file, the value must be the file name without the file extension. For example, an SVG file namedexample-icon.svgis referenced asexample-icon. - An icon from {% data variables.product.prodname_dotcom %}'s set of Octicons. To reference an octicon, the value must be
octicon <icon name>. For example,octicon smiley.
- An SVG file that is stored in the
-
categories- Optional. Defines the categories that the workflow is shown under. You can use category names from the following lists:- General category names from the starter-workflows repository.
- Linguist languages from the list in the linguist repository.
- Supported tech stacks from the list in the starter-workflows repository.
-
filePatterns- Optional. Allows the workflow to be used if the user's repository has a file in its root directory that matches a defined regular expression.