Skip to content

zulip/github-actions-zulip

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4c8f27 · Feb 21, 2024

History

75 Commits
Feb 21, 2024
Feb 21, 2024
Feb 14, 2024
Dec 5, 2022
Mar 7, 2021
Dec 5, 2022
Mar 7, 2021
Aug 14, 2021
Mar 7, 2021
Dec 5, 2022
Feb 21, 2024
Feb 21, 2024
Dec 5, 2022

Repository files navigation

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