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:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Improved failure and cancelation notifications in CI workflow 🚀
📊 Key Changes
Updated the version of the Slack GitHub Action used for notifications from v1.25.0 to v1.26.0.
🎯 Purpose & Impact
Ensure up-to-date practices: Keeping dependencies up to date is crucial for security, reliability, and accessing the latest features.
Enhanced communication: This update can lead to better notification features or performance improvements, ensuring the team is promptly informed about failures or cancellations in CI tests.
Potential for new notification capabilities: Depending on changes in v1.26.0, users might see improved formatting, new options for messaging, or more reliable alert delivery, enhancing the overall workflow efficiency.
Bumps slackapi/slack-github-action from 1.25.0 to 1.26.0.
Release notes
Sourced from slackapi/slack-github-action's releases.
... (truncated)
Commits
70cd7be
Automatic compilation53b162f
chore(release): tag release v1.26.047d8e42
feat: introduce an option to send payload file json without replacing variabl...d447374
Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 (#302)b638b31
Bump axios from 1.6.7 to 1.6.8 (#301)c76311a
Bump mocha from 10.3.0 to 10.4.0 (#300)d4358d2
docs(readme): adjust whitespace in env assignment (#296)cb3763e
ci(test): share environment secrets with pull requests from forked prs (#297)86bebf8
Bump@slack/web-api
from 6.12.0 to 7.0.2 (#287)efa31bf
Bump https-proxy-agent from 7.0.2 to 7.0.4 (#290)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Improved failure and cancelation notifications in CI workflow 🚀
📊 Key Changes
v1.25.0
tov1.26.0
.🎯 Purpose & Impact
v1.26.0
, users might see improved formatting, new options for messaging, or more reliable alert delivery, enhancing the overall workflow efficiency.