This commit is contained in:
parent
22052a1891
commit
665a47ec2c
1 changed files with 15 additions and 1 deletions
16
.drone.yml
16
.drone.yml
|
|
@ -61,4 +61,18 @@ steps:
|
|||
# galaxy: requirements.yml
|
||||
# when:
|
||||
# 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