From 1b9aea835d8ff6588f4013d460db184c4f79dadf Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 18 Oct 2023 12:51:43 +1300 Subject: [PATCH] Break build --- .woodpecker/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ] +