Skip to content

Bump SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0#2448

Merged
ChrisLovering merged 1 commit into
mainfrom
dependabot/github_actions/SebastiaanZ/github-status-embed-for-discord-0.3.0
Mar 7, 2023
Merged

Bump SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0#2448
ChrisLovering merged 1 commit into
mainfrom
dependabot/github_actions/SebastiaanZ/github-status-embed-for-discord-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 6, 2023

Bumps SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0.

Release notes

Sourced from SebastiaanZ/github-status-embed-for-discord's releases.

A few enhancements, a deprecation warning, and a bugfix

Enhancements

  • The action will now use values taken from the github context object as defaults for workflow-related arguments. This means that the information of the current workflow is automatically used to generate the embed, unless you specify a different value explicitly. If you want to send an embed from a workflow_run-triggered workflow, you can still provide values using github.event.workflow_run.* as usual.

  • The README now includes a recipe for using a workflow_run-triggered workflow to send a status embed for PR workflows.

Deprecation warning

  • The pull_request_payload argument will be removed in v1.0.0, as it turned out to be tricky to handle escape sequences well while passing the JSON-serialized payload as a command line argument to the Python application running in the docker container. As I haven't found a solution that I think is robust enough to include in the first major release, I'm deprecating that argument and will remove it in v1.

Bug fix

  • To make the now deprecated pull_request_payload argument work until it's removed, I've added a small bugfix to mitigate the issue with having too few backslashes in certain escape sequences (mostly sequences trying to escape a double quote). The fix is not that robust and may fail with some payloads, but I haven't found a better solution yet.
Commits
  • 67f67a6 Merge pull request #2 from SebastiaanZ/release/v0.3.0
  • 6dc926c Add validation rule for empty sized containers
  • 870e597 Add recipe for using workflow_run for PR embeds
  • 8d04549 Update README to reflect making arguments optional
  • e35260c Add deprecation warning for pull_request_payload
  • 226ab2d Use defaults for args available in environment
  • 3528504 Escape inner escape sequences properly in Python
  • See full diff in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot Bot added a: dependencies Related to package dependencies and management github_actions Pull requests that update GitHub Actions code labels Mar 6, 2023
@dependabot dependabot Bot requested a review from a team March 6, 2023 13:18
Bumps [SebastiaanZ/github-status-embed-for-discord](https://github.com/SebastiaanZ/github-status-embed-for-discord) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/SebastiaanZ/github-status-embed-for-discord/releases)
- [Commits](SebastiaanZ/github-status-embed-for-discord@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: SebastiaanZ/github-status-embed-for-discord
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/SebastiaanZ/github-status-embed-for-discord-0.3.0 branch from 4e52a56 to 46fea91 Compare March 7, 2023 07:47
@ChrisLovering ChrisLovering merged commit e770530 into main Mar 7, 2023
@ChrisLovering ChrisLovering deleted the dependabot/github_actions/SebastiaanZ/github-status-embed-for-discord-0.3.0 branch March 7, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: dependencies Related to package dependencies and management github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants