diff --git a/docs/contributor/04-10-workflows.md b/docs/contributor/04-10-workflows.md index 315441b741..9631c449d8 100644 --- a/docs/contributor/04-10-workflows.md +++ b/docs/contributor/04-10-workflows.md @@ -49,7 +49,7 @@ This [workflow](/.github/workflows/auto-merge.yaml) enables the auto-merge funct ## All Cheks Passed Workflow -This [workflow](/.github/workflows/pr-checks.yaml) checks if all jobs, except those excluded in the workflow configuration, have passed. +This [workflow](/.github/workflows/pr-checks.yaml) checks if all jobs, except those excluded in the workflow configuration, have passed. If the workflow is triggered by a PR where the author is the `kyma-gopher-bot`, the workflow will end immediately with success. ## Reusable Workflows