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

Bump cbrgm/mastodon-github-action from 1.0.3 to 2.0.0 #1636

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps cbrgm/mastodon-github-action from 1.0.3 to 2.0.0.

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
  • e257325 feat: introducing Mastodon Send GitHub Action v2: Enhanced Features and Custo...
  • b6d6dee chore(deps-dev): bump prettier from 3.1.1 to 3.2.4 (#42)
  • ff6954c chore(deps): bump masto from 6.5.1 to 6.5.2 (#41)
  • 3389afd chore(deps-dev): bump eslint from 8.54.0 to 8.56.0 (#40)
  • 35831e2 chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 (#39)
  • b6f875e chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 (#37)
  • 708cf54 chore(deps): bump masto from 6.4.0 to 6.5.1 (#38)
  • 0bafcc7 chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 (#36)
  • 2ee8f59 chore(deps-dev): bump eslint from 8.50.0 to 8.53.0 (#35)
  • 97b4f3b chore(deps): bump masto from 6.3.1 to 6.4.0 (#33)
  • 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 will merge this PR once CI passes on it, as requested by @Zeitsperre.


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

Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 1.0.3 to 2.0.0.
- [Release notes](https://github.com/cbrgm/mastodon-github-action/releases)
- [Commits](cbrgm/mastodon-github-action@d98ab33...e257325)

---
updated-dependencies:
- dependency-name: cbrgm/mastodon-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2024
@github-actions github-actions bot added the CI Automation and Contiunous Integration label Feb 5, 2024
@Zeitsperre
Copy link
Collaborator

@dependabot merge

@github-actions github-actions bot added the approved Approved for additional tests label Feb 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@coveralls
Copy link

Coverage Status

coverage: 90.169%. remained the same
when pulling 638078a on dependabot/github_actions/cbrgm/mastodon-github-action-2.0.0
into 843fe11 on master.

@dependabot dependabot bot merged commit e816101 into master Feb 5, 2024
25 of 26 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/cbrgm/mastodon-github-action-2.0.0 branch February 5, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved for additional tests CI Automation and Contiunous Integration dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants