You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Improve commit and pull request title validation
* Consolidated Gitlint and conventional commit checks into a single task.
* Added a new validation step for pull request titles to ensure they followed
conventional commit format.
* Enhanced the commit validation script with improved error handling and
explicit pip package installation.
* Updated markdownlint configuration to align with new rule names.
* Corrected minor formatting inconsistencies across several markdown
documentation files.
Signed-off-by: Chmouel Boudjnah <[email protected]>
Copy file name to clipboardExpand all lines: docs/content/docs/guide/resolver.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The resolver will skip resolving if it sees these type of tasks:
37
37
38
38
* a reference to a [`ClusterTask`](https://github.com/tektoncd/pipeline/blob/main/docs/tasks.md#task-vs-clustertask)
39
39
* a `Task` or `Pipeline`[`Bundle`](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#tekton-bundles)
40
-
* a reference to a Tekton [`Resolver`](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#specifying-remote-tasks)
40
+
* a reference to a Tekton [`Resolver`](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#specifying-remote-tasks)
41
41
* a [Custom Task](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#using-custom-tasks) with an apiVersion that doesn't have a `tekton.dev/` prefix.
42
42
43
43
It just uses them "as is" and will not try to do anything with it.
0 commit comments