Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update slackapi/slack-github-action action to v1.27.1 #231

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

This PR contains the following updates:

Package Type Update Change
slackapi/slack-github-action action minor v1.23.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/slack-github-action@v1.27.0 - 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
🧪 Maintenance
📦 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/slack-github-action@v1.27.0
+   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/slack-github-action@v1.26.0
  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
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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 2 times, most recently from a663d85 to af66146 Compare July 13, 2023 04:46
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from af66146 to 50b2aa0 Compare August 1, 2023 13:43
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 50b2aa0 to efa456b Compare October 25, 2023 15:41
@renovate renovate bot changed the title Update slackapi/slack-github-action action to v1.24.0 chore(deps): update slackapi/slack-github-action action to v1.24.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 2 times, most recently from 1d9e1f1 to 683dbba Compare November 20, 2023 16:09
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 683dbba to 21d0380 Compare December 1, 2023 07:04
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 2 times, most recently from e44b383 to 8742cca Compare December 14, 2023 18:28
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 4 times, most recently from 1d24958 to 54d4749 Compare December 23, 2023 06:16
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 3 times, most recently from bec292f to 7de9445 Compare January 3, 2024 06:15
@renovate renovate bot changed the title chore(deps): update slackapi/slack-github-action action to v1.24.0 chore(deps): update slackapi/slack-github-action action to v1.25.0 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 7de9445 to d13fa69 Compare January 26, 2024 22:41
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 2 times, most recently from 309a5e5 to 9dd6443 Compare February 15, 2024 17:03
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 9dd6443 to 15d17cf Compare March 1, 2024 08:25
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 3 times, most recently from 3acb093 to b71fa01 Compare March 15, 2024 07:56
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 3 times, most recently from f3978d4 to 5bd7f8e Compare March 21, 2024 07:57
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch 3 times, most recently from d4a3c05 to f6ab39f Compare April 4, 2024 13:31
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from f6ab39f to 63a7471 Compare April 19, 2024 01:02
@renovate renovate bot changed the title chore(deps): update slackapi/slack-github-action action to v1.25.0 chore(deps): update slackapi/slack-github-action action to v1.26.0 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 63a7471 to 241a261 Compare May 21, 2024 12:44
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 241a261 to 98e5b22 Compare June 4, 2024 18:23
@renovate renovate bot changed the title chore(deps): update slackapi/slack-github-action action to v1.26.0 chore(deps): update slackapi/slack-github-action action to v1.27.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 98e5b22 to 711f200 Compare August 28, 2024 23:12
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 711f200 to bc62bbf Compare September 9, 2024 08:04
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from bc62bbf to 2310b90 Compare October 15, 2024 16:25
@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
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 2310b90 to eba9662 Compare November 14, 2024 22:41
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