Skip to content

Deduplicate readme and triage instructions #6

Deduplicate readme and triage instructions

Deduplicate readme and triage instructions #6

Workflow file for this run

name: Issue Assigned
on:
issues:
types: [assigned]
jobs:
send-mattermost-message:
runs-on: ubuntu-latest
steps:
- uses: mattermost/action-mattermost-notify@master
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_ASSIGN_WEBHOOK }}
TEXT: >
${{ github.event.assignee.login }} assigned to "${{ github.event.issue.title }}": ${{ github.event.issue.html_url }}