Skip to content
mail

GitHub Action

Zulip Send Message Action

v1.0.2 Latest version

Zulip Send Message Action

mail

Zulip Send Message Action

Sends a message to Zulip

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Zulip Send Message Action

uses: zulip/github-actions-zulip@v1.0.2

Learn more about this action in zulip/github-actions-zulip

Choose a version

Zulip GitHub Actions

GitHub Action badge

This is a collection of GitHub Actions to interact with Zulip.

Actions

Contributing

These actions are implemented in TypeScript, see tsconfig.json for (generally strict mode defaults) compiler settings. Use npm run lint:fix to autoformat all TypeScript and Markdown to the expected style. Use npm run package to generate dist/**/*.js, never edit those files by hand. Commits should follow the Zulip Commit Discipline guide, which can then be contributed upstream to this repository following the Zulip Reviewable Pull Requests guide