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.26.0 #702

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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
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 March 19, 2024 09:48
@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from c77732f to 8d501e9 Compare April 19, 2024 01:48
@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
Copy link

sonarcloud bot commented Apr 19, 2024

@renovate renovate bot force-pushed the renovate/slackapi-slack-github-action-1.x branch from 8d501e9 to 07e3ef9 Compare June 24, 2024 08:09
Copy link

sonarcloud bot commented Jun 24, 2024

@koenmetsu koenmetsu closed this Aug 21, 2024
Copy link
Contributor Author

renovate bot commented Aug 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.26.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/slackapi-slack-github-action-1.x branch August 21, 2024 12:29
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