diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index c466003..004bfd2 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -34,10 +34,11 @@ steps: title: "Lint failed for ${CI_REPO_NAME}" priority: urgent icon: https://woodpecker-ci.org/img/logo.svg - tags: robot,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME} + tags: robot,warning,rotating_light,${CI_BUILD_EVENT},${CI_REPO_NAME} message: > 📝 Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}: ${CI_COMMIT_MESSAGE} when: event: [ push, manual ] status: [ failure ] +