From 70a1a019d9a726ed8e9b584e30bbf156b5252510 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 8 Nov 2020 20:29:07 +0100 Subject: [PATCH] add lhci report comment to PRs --- .drone.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f4c82d4..faee3ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,6 +60,15 @@ steps: - failure - success +- name: page-validation-link + image: thegeeklab/drone-github-comment + settings: + api_key: + from_secret: github_token + when: + ref: + - refs/pull/** + trigger: ref: - refs/heads/master @@ -231,6 +240,6 @@ depends_on: --- kind: signature -hmac: 9d9a8eac7e74638129bb170a5262eb0923531449654d616327ec54aaa7db4635 +hmac: 20937ab9306d0bd679187d6cbee7f11e7d9c37fcc4e4eccd156779e9c4c4d80f ...