Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Type Update Change
slackapi/slack-github-action action minor v1.23.0 -> v1.27.1
slackapi/slack-github-action action minor v1.21.0 -> v1.27.1

Release Notes

slackapi/slack-github-action (slackapi/slack-github-action)

v1.27.1: Slack Send V1.27.1

Compare Source

What's changed

This release tags multiple updates to dependencies and a clarification in documentation 📚

No changes are needed to update from slackapi/[email protected] - other than bumping the version - but ongoing development is now happening on version @v2 and @v1 is no longer planning to receive significant updates after this.

Please stay tuned for upcoming changes, and may all of your workflows run well ❤️

📚 Documentation
  • docs(fix): reference octokit context and github event webhook payloads in variables in #​348 - thanks @​zimeg!
🧪 Maintenance
  • ci: include the slack health score as part of ci tests in #​346 - thanks @​zimeg!
📦 Dependencies

Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1

v1.27.0: Slack Send V1.27.0

Compare Source

What's changed

This release introduces an optional payload-delimiter parameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.

  - name: Send a custom flattened payload
    uses: slackapi/[email protected]
+   with:
+     payload-delimiter: "_"
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Setting this value to an underscore (_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.

Flattening example

The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using _ as the delimiter:

Input:

{
    "apples": "tree",
    "bananas": {
        "truthiness": true
    }
}

Output:

{
    "apples": "tree",
    "bananas_truthiness": "true"
}

Notice that bananas_truthiness is also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!

Changes

In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0

🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies

🎉 New contributors

v1.26.0: Slack Send V1.26.0

Compare Source

What's Changed

This release provides an escape hatch for sending the JSON content of a payload file exactly as is, without replacing any templated variables!

Previously a payload file was parsed and templated variables were replaced with values from github.context and github.env. Any undefined variables were replaced with ??? in this process, which might have caused questions.

That remains the default behavior, but now the JSON contents of a payload file can be sent exactly as written by setting the payload-file-path-parsed input to false:

- name: Send custom JSON data to Slack workflow
  id: slack
  uses: slackapi/[email protected]
  with:
    payload-file-path: "./payload-slack-content.json"
    payload-file-path-parsed: false
  env:
    SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

With this change, the contents of the example payload-slack-content.json will be sent to a webhook URL exactly as is!

Recent commits

Enhancements
Documentation
Maintenance
  • ci(test): collect environment secrets from a prepared staging environment by @​zimeg in #​294
  • ci(test): share environment secrets with pull requests from forked prs by @​zimeg in #​297
Dependencies

New Contributors

Full Changelog: slackapi/slack-github-action@v1.25.0...v1.26.0

v1.25.0: Slack Send V1.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: slackapi/slack-github-action@v1.24.0...v1.25.0

v1.24.0: Slack Send V1.24.0

Compare Source

What's Changed
New Contributors

Full Changelog: slackapi/slack-github-action@v1.23.0...v1.24.0


Configuration

📅 Schedule: 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 these updates again.


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

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

@renovate renovate bot requested a review from a team as a code owner August 28, 2024 22:49
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 217301e to 9909925 Compare November 14, 2024 21:47
@renovate renovate bot changed the title chore(deps): update slackapi/slack-github-action action to v1.27.0 chore(deps): update slackapi/slack-github-action action to v1.27.1 Nov 14, 2024
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 9909925 to 2f35c80 Compare January 30, 2025 15:44
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 2f35c80 to 227daa0 Compare April 1, 2025 12:28
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 1, 2025

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 227daa0 to 9377cbb Compare June 25, 2025 12:00
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 9377cbb to 3caa69d Compare July 28, 2025 12:26
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 3caa69d to 1fbda0f Compare August 10, 2025 15:05
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 1fbda0f to 92485ae Compare September 25, 2025 15:51
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 92485ae to 1e1eeb7 Compare October 9, 2025 15:33
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 9, 2025

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 1e1eeb7 to eab214f Compare November 10, 2025 15:54
@sonarqubecloud
Copy link

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.

1 participant