action-slack-notify | GitHub Action for sending a notification to a Slack channel | Continous Integration library
kandi X-RAY | action-slack-notify Summary
kandi X-RAY | action-slack-notify Summary
This action is a part of GitHub Actions Library created by rtCamp.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of action-slack-notify
action-slack-notify Key Features
action-slack-notify Examples and Code Snippets
Community Discussions
Trending Discussions on action-slack-notify
QUESTION
Below is my GitHub workflow
...ANSWER
Answered 2021-Sep-01 at 06:17There is an issue on Github about this. You need to add condition like below:
QUESTION
I'm currently using the Release Drafter workflow that creates a draft release whenever a PR is merged into the develop
branch (staging). This creates a great draft but now I'm wanting to have it get published when develop is merged into master. When that takes place I need to update the release name and tag before publishing. Then send out a notification in our slack engineering channel.
What I can do:
- Setup the action on push into master.
- Get the latest draft release and then use that id as a ref.
- Publish using eregon/publish-release action.
- Send the slack message
What I missing:
- An Action that I can pass the release id and update the tag and name.
The name and tag will be the current date %Y.%m%.d-%H:%M
Here is the action YML I have created so far
...ANSWER
Answered 2021-May-17 at 15:55You can add a step that updates the release draft using Github's REST API:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install action-slack-notify
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page