Releases: slackapi/slack-health-score
v0.2.0-rc.5
What's changed
Now we attempt to find configurations against "typos" using the path of this action in other steps.
🔍 typos: use a shared configuration
v0.2.0-rc.4
What's changed
A target branch of last prerelease was set to main which has changes from a release prior. We test the right changes now.
👁️🗨️ tag: use the right changeset in publish
v0.2.0-rc.2
What's changed
Something went wrong when calling the packaged build in another step. We hope to fix that here.
🎁 esm: refactors to use ecmascript modules
v0.2.0-rc.1
What's changed
Additional health checks are now included with this step for automating confidence:
📚 typos: https://github.com/crate-ci/typos
🤖 ci: https://github.com/zizmorcore/zizmor-action
v0.2.0-rc.3
What's changed
Using this action as a step in workflows of another action found the wrong path to the build. We fixed that here with the right environment variables.
🌲env: find action in a composite workflow
v0.1.1
What's Changed
- fix: improve resilience of comment searching by @WilliamBergamin in #39
- chore: release version 0.1.1 by @WilliamBergamin in #40
New Contributors
- @WilliamBergamin made their first contribution in #39
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Detect paths in gitignore (Fix #14) by @SherbetLemon47 in #17
- Added user inputs for attempts, delay and timeout by @SherbetLemon47 in #18
- Add usage documentation. Expose more codecov inputs by @filmaj in #21
- Input includes as an array (Fix #16) by @SherbetLemon47 in #22
- Annotations added, Comments detection improved (Fixes #13) by @SherbetLemon47 in #23
New Contributors
- @SherbetLemon47 made their first contribution in #17
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
93d4eea When a PR is initially opened, getting the SHA is tricky; adding more fallbacks for PR events.
v0.0.4
v0.0.4
656f6f3 - Fallback to sha toplevel property in pull requests to determine git SHA; should fix issue when opening a new PR.