Skip to content

chore(deps): update gamesight/slack-workflow-status action to v2#222

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gamesight-slack-workflow-status-2.x
Open

chore(deps): update gamesight/slack-workflow-status action to v2#222
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gamesight-slack-workflow-status-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 28, 2026

This PR contains the following updates:

Package Type Update Change
Gamesight/slack-workflow-status action major v1.3.0v2.0.0

Release Notes

Gamesight/slack-workflow-status (Gamesight/slack-workflow-status)

v2.0.0

Compare Source

This release migrates the action to Node 24, refactors the codebase to ESM, and adds Slack Bot Token auth, workflow_run event support, and several new inputs. There are no breaking changes in this release.

Highlights
  • New slack_bot_token input for posting via the Slack Web API instead of an Incoming Webhook. When set, channel is required and accepts a name (#release), channel ID, or user ID for DMs. Falls back to the SLACK_BOT_TOKEN env var. Resolves #​40.
  • New workflow_run input — set to 'true' when the action runs in a workflow triggered by the workflow_run event, 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.
  • Workflow name is now hyperlinked to its branch-filtered run history. Based on community work by @​sjohnr in #​59, re-applied due to merge conflicts.
  • New hide_job_statuses input — 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.
  • New extra_text input for free-form content appended to the notification body — deploy URLs, ticket links, channel mentions, etc. Resolves #​42.
Internal
  • Refactor to ESM, broken into focused modules (src/index.ts, inputs.ts, format.ts, slack.ts).
  • Test suite added with Vitest (58 tests).
Migrating from v1

Most workflows need no changes. To switch to bot-token auth:

- uses: Gamesight/slack-workflow-status@v2
  with:
    repo_token: ${{ secrets.GITHUB_TOKEN }}
    slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
    channel: '#deploys'

Pin to @v2 to track the latest 2.x, or @v2.0.0 for 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

v2

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 35.79%. Comparing base (e46d17a) to head (7edf7bd).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/gamesight-slack-workflow-status-2.x branch from 5cfff24 to 7edf7bd Compare May 12, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants