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

chore(deps): update zulip/github-actions-zulip action to v1 #6157

Merged
merged 1 commit into from
Aug 14, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
zulip/github-actions-zulip action major v0.1.2 -> v1.0.0

Release Notes

zulip/github-actions-zulip

v1.0.0

Compare Source

Release meta

Released on: 2021-08-14
Released by: @​Mogztter

Logs: full diff

Changelog

Breaking changes

⚠️ Please use zulip/github-actions-zulip/send-message@v1 instead of yuzutech/zulip-send-message-action@v0.1.2.
If you were using password as authentification method, please get an API key through Zulip's web interface and use api-key instead.
Finally, username field was renamed to email to be consistent with Zulip API naming.

Before

- name: Send a stream message
  uses: yuzutech/zulip-send-message-action@v0.1.0
  with:
    username: 'username@example.com'
    api-key: 'abcd1234'
    organization-url: 'https://org.zulipchat.com'
    to: 'social'
    type: 'stream'
    topic: 'Castle'
    content: 'I come not, friends, to steal away your hearts.'

After

- name: Send a stream message
  uses: zulip/github-actions-zulip/send-message@v1
  with:
    email: 'username@example.com'
    api-key: 'abcd1234'
    organization-url: 'https://org.zulipchat.com'
    to: 'social'
    type: 'stream'
    topic: 'Castle'
    content: 'I come not, friends, to steal away your hearts.'
  • Align naming with Zulip API
    • Remove password as this authentification method is not recommended (the preferred auth method is via api-key)
    • Rename username to email for consistency
  • Transfer the repository to the @zulip organization
  • Move the "send message action" to a subdirectory

Improvements

  • Catch unexpected errors to provide better error messages

Infrastructure

  • Bump @actions/core from 1.2.6 to 1.4.0
  • Bump @actions/github from 4.0.0 to 5.0.0
  • Bump eslint from 7.21.0 to 7.32.0
  • Use a bot account for integration tests

Documentation


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label Aug 14, 2021
@changeset-bot
Copy link

changeset-bot bot commented Aug 14, 2021

⚠️ No Changeset found

Latest commit: c858aa2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mmaietta mmaietta merged commit dd2cb41 into master Aug 14, 2021
@mmaietta mmaietta deleted the renovate/zulip-github-actions-zulip-1.x branch August 14, 2021 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants