Skip to content

Allow disabling virtual-hosted-style addressing #18

Allow disabling virtual-hosted-style addressing

Allow disabling virtual-hosted-style addressing #18

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