Skip to content

Update mattermost-issues-notifications.yml #4

Update mattermost-issues-notifications.yml

Update mattermost-issues-notifications.yml #4

name: mattermost-issues-notifications
on: push
jobs:
send-issue-notifiaction:
runs-on: ubuntu-latest
steps:
- name: call Mattermost webhook
run: |
curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "New issue on GitHub:\n* link = ${{ github.event.issue.url }}\n* title = ${{ github.event.issue.title }}\n* user = ${{ github.event.issue.user.login }}"}' https://team.forgemia.inra.fr/hooks/amu7nndhsfyw3naowa45p9dxuc