https://github.com/zulip/github-actions-zulip
A collection of GitHub Actions to interact with Zulip.
https://github.com/zulip/github-actions-zulip
chat github-actions message zulip
Last synced: 9 months ago
JSON representation
A collection of GitHub Actions to interact with Zulip.
- Host: GitHub
- URL: https://github.com/zulip/github-actions-zulip
- Owner: zulip
- License: mit
- Created: 2021-03-07T13:13:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T22:30:06.000Z (over 2 years ago)
- Last Synced: 2025-01-19T22:48:10.493Z (over 1 year ago)
- Topics: chat, github-actions, message, zulip
- Language: TypeScript
- Homepage:
- Size: 714 KB
- Stars: 25
- Watchers: 11
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Zulip GitHub Actions
[](https://github.com/zulip/github-actions-zulip/actions?query=workflow%3Atest-local)
This is a collection of GitHub Actions to interact with [Zulip](https://zulip.com/).
## Actions
- [`zulip/github-actions-zulip/send-message@v1` sends a message to Zulip](./send-message/README.md)
## Contributing
These actions are implemented in TypeScript, see
[`tsconfig.json`](./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](https://zulip.readthedocs.io/en/latest/contributing/version-control.html),
which can then be contributed upstream to this repository following the [Zulip
Reviewable Pull Requests
guide](https://zulip.readthedocs.io/en/latest/contributing/reviewable-prs.html)