From cdf4a699a1724fe85af368e0b5ae588d14357f5a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 6 May 2024 16:54:47 +0200 Subject: [PATCH] fix github link to be permanent fixing this pre-commit error check vcs permalinks.....................................................Failed - hook id: check-vcs-permalinks - exit code: 1 Non-permanent github link detected. --- docs/content/docs/guide/statuses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/guide/statuses.md b/docs/content/docs/guide/statuses.md index 9fd9e8c76..80ced826a 100644 --- a/docs/content/docs/guide/statuses.md +++ b/docs/content/docs/guide/statuses.md @@ -127,11 +127,11 @@ Pipelines](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#addi This allows you to execute a set of tasks at the end of a pipeline run, regardless of whether it succeeds or fails. -As an example, you can [refer](https://github.com/openshift-pipelines/pipelines-as-code/blob/main/.tekton/generate-coverage-release.yaml#L128) to the coverage generation PipelineRun in the +As an example, you can [refer](https://github.com/openshift-pipelines/pipelines-as-code/blob/16596b478f4bce202f9f69de9a4b5a7ca92962c1/.tekton/generate-coverage-release.yaml#L127) to the coverage generation PipelineRun in the `.tekton` directory of the Pipelines-as-Code repository, it uses the [finally task with the guard feature](https://tekton.dev/docs/pipelines/pipelines/#guard-finally-task-execution-using-when-expressions) to send a notification to Slack if there is any failure in the pipelinerun. See it in action here: - +