-
Notifications
You must be signed in to change notification settings - Fork 26
Update slackapi/slack-github-action action to v1.27.1 #231
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
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/slackapi-slack-github-action-1.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a663d85
to
af66146
Compare
af66146
to
50b2aa0
Compare
50b2aa0
to
efa456b
Compare
1d9e1f1
to
683dbba
Compare
683dbba
to
21d0380
Compare
e44b383
to
8742cca
Compare
1d24958
to
54d4749
Compare
bec292f
to
7de9445
Compare
7de9445
to
d13fa69
Compare
309a5e5
to
9dd6443
Compare
9dd6443
to
15d17cf
Compare
3acb093
to
b71fa01
Compare
f3978d4
to
5bd7f8e
Compare
d4a3c05
to
f6ab39f
Compare
f6ab39f
to
63a7471
Compare
63a7471
to
241a261
Compare
241a261
to
98e5b22
Compare
98e5b22
to
711f200
Compare
711f200
to
bc62bbf
Compare
bc62bbf
to
2310b90
Compare
2310b90
to
eba9662
Compare
8a1353c
to
81c38e2
Compare
81c38e2
to
0e3dd7d
Compare
76a8ca5
to
4ea3560
Compare
4ea3560
to
3e38c22
Compare
3e38c22
to
feb9853
Compare
feb9853
to
5cbb027
Compare
5cbb027
to
5d10d42
Compare
5d10d42
to
77134de
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.23.0
->v1.27.1
Release Notes
slackapi/slack-github-action (slackapi/slack-github-action)
v1.27.1
: Slack Send V1.27.1Compare 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.0Compare 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.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:
Output:
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.0Compare 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
andgithub.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 tofalse
: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.0Compare 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.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.