From bfd31380f21261eee3a8abe2c849fba50dbd3098 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 21 Jan 2023 13:41:36 -0800 Subject: [PATCH] remove comment --- .woodpecker.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0921a89..c17376f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,20 +23,3 @@ pipeline: when: event: tag branch: master - - comment: - image: mcs94/gitea-comment - settings: - gitea_address: https://gitea.asdf.cafe - gitea_token: - from_secret: GITEA_KEY - comment: > - ✅ Build ${CI_BUILD_EVENT} of `${CI_REPO_NAME}` has status `${CI_BUILD_STATUS}`. - - 📝 Commit by ${CI_COMMIT_AUTHOR} on `${CI_COMMIT_BRANCH}`: - - `${CI_COMMIT_MESSAGE}` - - 🌐 ${CI_BUILD_LINK} - when: - event: [pull_request]