slack-github-action
slack-github-action copied to clipboard
Send data into Slack using this GitHub Action!
### Description The GitHub actions are giving an error for the `values` field when being used. I've copied the sample code from here https://github.com/slackapi/slack-github-action/blob/main/example-workflows/Technique_2_Slack_App/JSON_payload.yml#L45-L47 I am using the OAuth approach...
### Description I am looking for a solution where the github action can only be triggered based on the label associated to the issue created in Github. The use case...
### Description summaryResults.tests[i].browser and summaryResults.tests[i].projectName are only populated when the suiteName for a test is the path of the test. when test.describe() is used and the suiteName is given, the...
👋 Hello fellow GitHub Action actioneers and workflow builders! This issue is meant for us **all** to discuss potential changes for a `v2` of this action. We've had [some pain...
### Description I see that sometimes payloads are sent to the wrong channel. I have channels for pr-notifications and nightly-notifications, with two separate workflows for PRs and Nightly builds. Somehow,...
### Description Unable to use custom emojis in a message. Is there a technique I am missing? Not sure why I can get this to work with the API but...
### Summary This PR introduces a handful of changes across this action in preparation for [`@v2`](https://github.com/slackapi/slack-github-action/issues/312)! - #312 :sparkles: A few more changes might be needed, but I'm hoping this...
This move has served us very well in the other slack JS projects: faster linting, updated dependencies, smaller dependency footprint. Would ease up the dependabot noise/traffic, too.
### Description I'd like to send a nice snippet of code in a message instead of markdown code block. This is what I do now: This is what I want:...
### Description We are currently managing our GitHub Action payloads at the organizational level. However, we've encountered an issue where the action variables are not being correctly parsed or passed...