Skip to content

Question about Mountpoint Client Performance #34

Question about Mountpoint Client Performance

Question about Mountpoint Client Performance #34

Workflow file for this run

name: Issue Slack Notifier
on:
issues:
types: [opened, reopened, edited]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send notification to Slack
uses: slackapi/[email protected]
with:
payload: |
{
"action": "${{ github.event.action }}",
"issue_url": "${{ github.event.issue.html_url }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK