File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ public function getDisabledTime()
101101 * Optional. A list of file paths patterns to exclude from triggering a
102102 * rollout. Patterns in this list take precedence over required_paths.
103103 * **Note**: All paths must be in the ignored_paths in order for the rollout
104- * to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
105- * "foo/bar/excluded” type: GLOB }
104+ * to be skipped. Limited to 100 paths. Example: ``` ignored_paths: { pattern:
105+ * "foo/bar/excluded", type: " GLOB" } ```
106106 *
107107 * @param Path[] $ignoredPaths
108108 */
@@ -122,8 +122,8 @@ public function getIgnoredPaths()
122122 * at least one of the changed files in the commit are present in this list.
123123 * This field is optional; the rollout policy will default to triggering on
124124 * all paths if both ignored_paths and required_paths are not populated.
125- * Limited to 100 paths. Example: “ required_paths: { pattern: "foo/bar” type:
126- * GLOB }
125+ * Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar",
126+ * type: " GLOB" } ```
127127 *
128128 * @param Path[] $requiredPaths
129129 */
You can’t perform that action at this time.
0 commit comments