jdrouet / mrml

Implementation of mjml in rust
MIT License
336 stars 21 forks source link

build(deps): bump cbrgm/mastodon-github-action from 1 to 2 #458

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps cbrgm/mastodon-github-action from 1 to 2.

Release notes

Sourced from cbrgm/mastodon-github-action's releases.

v2.0.0

Overview

The Mastodon Send GitHub Action has been upgraded to v2, introducing a suite of enhancements and new features aimed at providing a more versatile and user-friendly experience for automating Mastodon toots via GitHub Actions. Building on the solid foundation of v1, this latest version extends functionality while maintaining ease of use and flexibility in integrating Mastodon into your CI/CD pipelines.

What's New in v2

Extended Input Parameters

  • Enhanced Visibility Control: Alongside the existing public, unlisted, private, and direct visibility options, v2 defaults to public if no visibility is specified, ensuring your messages reach the audience you intend without extra configuration.
  • Sensitive Content Handling: Mark toots as sensitive with the new sensitive input, protecting viewers from potential spoilers or sensitive material.
  • Spoiler Text Addition: Accompany sensitive toots with spoiler-text, providing a content warning that precedes the main message.
  • Language Specification: Define the toot's language with the language input, aiding in content categorization and enhancing accessibility.
  • Scheduled Toots: Plan your communications by scheduling toots for future publication using the scheduled-at input, formatted in ISO 8601 for precision and clarity.

Improved Outputs for Enhanced Integrations

  • Outputs have been expanded to include id, url, and scheduled_at of the posted toot, facilitating further actions or integrations within your workflows.

Container Support

  • v2 can be executed independently within a container, offering greater flexibility for different CI/CD setups: podman run --rm -it ghcr.io/cbrgm/mastodon-github-action:v2 --help.

Go Enhancements

  • The action is now backed by Go

What's Changed

... (truncated)

Commits
  • b97a4c2 chore(ci): auto-publish new release tag every month
  • c6bac7b chore(ci): auto-publish new release tag every month
  • 7426415 ci(tools): update giantswarm/install-binary-action action to v3
  • f8ff0a6 chore(ci): update golangci-lint to v1.59.1
  • b3cd12e patch(deps): update module github.com/alexflint/go-arg to v1.5.1
  • 002afc2 ci(tools): update docker/build-push-action action to v6
  • 38aed75 chore(ci): update golangci-lint use colored-line-number option, fix stale iss...
  • b02016b chore(golangci): update golangci-lint to v.1.59.0
  • 1e0783d chore(deps): update docker digests to v3.20
  • 1e3cc54 minor(deps): update module github.com/alexflint/go-arg to v1.5.0
  • Additional commits viewable 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 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)