馃摎 The setup steps of the incoming webhook technique require multiple steps on an adjacent UI. We might suggest creating an app with the following manifest:
馃敆 https://docs.slack.dev/tools/slack-github-action/sending-data-slack-incoming-webhook#setup
{
"_metadata": {
"major_version": 1
},
"display_information": {
"name": "GitHub Actions",
"description": "Incoming webhook for GitHub Actions notifications"
},
"features": {
"bot_user": {
"display_name": "GitHub Actions"
}
},
"oauth_config": {
"scopes": {
"bot": ["incoming-webhook"]
}
},
"settings": {
"org_deploy_enabled": true,
"incoming_webhooks": {
"incoming_webhooks_enabled": true
}
}
}
馃摎 The setup steps of the incoming webhook technique require multiple steps on an adjacent UI. We might suggest creating an app with the following manifest:
馃敆 https://docs.slack.dev/tools/slack-github-action/sending-data-slack-incoming-webhook#setup
{ "_metadata": { "major_version": 1 }, "display_information": { "name": "GitHub Actions", "description": "Incoming webhook for GitHub Actions notifications" }, "features": { "bot_user": { "display_name": "GitHub Actions" } }, "oauth_config": { "scopes": { "bot": ["incoming-webhook"] } }, "settings": { "org_deploy_enabled": true, "incoming_webhooks": { "incoming_webhooks_enabled": true } } }