boundary
boundary copied to clipboard
chore(deps): bump slackapi/slack-github-action from 1.26.0 to 1.27.0
Bumps slackapi/slack-github-action from 1.26.0 to 1.27.0.
Release notes
Sourced from slackapi/slack-github-action's releases.
Slack Send V1.27.0
What's changed
This release introduces an optional
payload-delimiterparameter 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.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_truthinessis 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: https://github.com/slackapi/slack-github-action/compare/v1.26.0...v1.27.0
🎁 Enhancements
... (truncated)
Commits
37ebaefAutomatic compilation5d1fb07chore(release): tag version 1.27.03bc0671chore(deps): bump axios to 1.7.5 (#332)b452451feat: make the payload delimiter configurable for workflow webhook triggers (...c50e848build(deps-dev): bump mocha from 10.5.2 to 10.7.0 (#328)e4a9c4bbuild(deps): bump@slack/web-apifrom 7.2.0 to 7.3.2 (#327)9a7f0fabuild(deps-dev): bump chai from 4.4.1 to 4.5.0 (#326)73b7062build(deps-dev): bump eslint-plugin-jsdoc from 48.5.0 to 48.10.2 (#325)3d5207bbuild(deps): bump https-proxy-agent from 7.0.4 to 7.0.5 (#320)4e15b6abuild(deps): bump@slack/web-apifrom 7.0.4 to 7.2.0 (#323)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.