This commit is contained in:
parent
22052a1891
commit
665a47ec2c
1 changed files with 15 additions and 1 deletions
14
.drone.yml
14
.drone.yml
|
|
@ -62,3 +62,17 @@ steps:
|
||||||
# when:
|
# when:
|
||||||
# event:
|
# event:
|
||||||
# - pull_request
|
# - pull_request
|
||||||
|
|
||||||
|
- name: matrix-pr
|
||||||
|
image: spotlightkid/drone-matrixchat-notify
|
||||||
|
settings:
|
||||||
|
homeserver: 'https://matrix.skunklab.ch'
|
||||||
|
roomid: '!FDAJGGDdLHWcwTOhsU:skunklab.ch'
|
||||||
|
userid: '@rulrich:skunklab.ch'
|
||||||
|
accesstoken:
|
||||||
|
from_secret: drone_matrix_accesstoken
|
||||||
|
markdown: 'yes'
|
||||||
|
template: |
|
||||||
|
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
||||||
|
|
||||||
|
${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK})
|
||||||
Loading…
Add table
Reference in a new issue