chore(deps): update gamesight/slack-workflow-status action to v2#222
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update gamesight/slack-workflow-status action to v2#222renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #222 +/- ##
=======================================
Coverage 35.79% 35.79%
=======================================
Files 22 22
Lines 1626 1626
=======================================
Hits 582 582
Misses 992 992
Partials 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5cfff24 to
7edf7bd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.0→v2.0.0Release Notes
Gamesight/slack-workflow-status (Gamesight/slack-workflow-status)
v2.0.0Compare Source
This release migrates the action to Node 24, refactors the codebase to ESM, and adds Slack Bot Token auth,
workflow_runevent support, and several new inputs. There are no breaking changes in this release.Highlights
slack_bot_tokeninput for posting via the Slack Web API instead of an Incoming Webhook. When set,channelis required and accepts a name (#release), channel ID, or user ID for DMs. Falls back to theSLACK_BOT_TOKENenv var. Resolves #40.workflow_runinput — set to'true'when the action runs in a workflow triggered by theworkflow_runevent, to report on the upstream workflow rather than the current one. Based on community work by @swfz in #47 and @ashenm in #62, re-applied due to merge conflicts.hide_job_statusesinput — comma-separated list of job conclusions to omit from the rendered job list (e.g."skipped,cancelled"). The overall workflow color still reflects all jobs. Resolves #55.extra_textinput for free-form content appended to the notification body — deploy URLs, ticket links, channel mentions, etc. Resolves #42.Internal
src/index.ts,inputs.ts,format.ts,slack.ts).Migrating from v1
Most workflows need no changes. To switch to bot-token auth:
Pin to
@v2to track the latest 2.x, or@v2.0.0for an immutable pin.Contributors
Thanks to the contributors whose code is included in this release:
Thanks also to the issue reporters whose reports drove fixes in this release: @dalehenrich (#21), @sammcj (#40), @akramfstg (#42), @xcfw (#45), @TalhaNaeem101 (#55), @BarelElbazDeveleap (#58).
Full Changelog: Gamesight/slack-workflow-status@v1.3.0...v2.0.0
v2Compare Source
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.