drone leaves comments on PRs

This commit is contained in:
Chuck Dries 2022-07-11 18:14:51 -07:00
parent ef7eeebd75
commit 2febb0fd36
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: default
name: Build Main
trigger:
branch:
@ -59,3 +59,18 @@ volumes:
- name: cache
host:
path: /mnt/user/dronecache
---
kind: pipeline
type: docker
name: Preview PR
trigger:
event:
- pull_request
steps:
- name: comment
image: jmccann/drone-github-comment:1
settings:
message: Hello ${DRONE_PULL_REQUEST}