action-slack | slack notification to GitHub Actions | Notification library
kandi X-RAY | action-slack Summary
kandi X-RAY | action-slack Summary
Provides the function of slack notification to GitHub Actions.
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
action-slack Key Features
action-slack Examples and Code Snippets
Community Discussions
Trending Discussions on action-slack
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
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