All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
1.1.0 - 2024-09-14
- Missing mention condition when
mention_if
invalid #7. - Handle Slack throw error when sending message #8.
- Add unit test for all existing functions #8.
- Add coverage information to the project #5.
- Update README.md with new example and documentation #4 #8.
- Add proper project description and metadata #8.
- Default token to
${{ github.token }}
#4.
- Remove
SLACK_WEBHOOK
environment usage, useurl
input onwith
instead #4.
1.0.0 - 2024-09-05
First release of slackify
action, a GitHub Action to send a notification to Slack #2.
- Notify result of GitHub Actions job to Slack Webhook, including detail of github context and commit information.
- Mention to channel members with condition.