drone leaves comments on PRs
This commit is contained in:
parent
ef7eeebd75
commit
2febb0fd36
17
.drone.yml
17
.drone.yml
@ -1,6 +1,6 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: Build Main
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
@ -59,3 +59,18 @@ volumes:
|
|||||||
- name: cache
|
- name: cache
|
||||||
host:
|
host:
|
||||||
path: /mnt/user/dronecache
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user