-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
integration-docs: Update Github Actions for new doc format. #32781
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Part of #29592.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
It's easy to send Zulip messages from GitHub Actions! This is useful: | ||
# Zulip GitHub Actions integration | ||
|
||
* If you want to report the success or failure of an Action to Zulip. | ||
* If you want to send output from your actions to Zulip. | ||
It's easy to send Zulip messages from GitHub Actions! | ||
|
||
Instructions are available [here](https://github.com/zulip/github-actions-zulip#readme). | ||
{start_tabs} | ||
|
||
See also the [GitHub integration](/integrations/doc/github). | ||
1. {!create-a-generic-bot.md!} | ||
|
||
1. To send Zulip notifications whenever your workflow runs, add the | ||
`zulip/github-actions-zulip/send-message@v1` action to your GitHub | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was previously in 2 separate instructions, that has now been clubbed together, as they don't make much sense separately. |
||
Actions workflow file, and set the input values as specified in the | ||
[README][README] of the [Zulip GitHub Actions repository][repo]. | ||
|
||
{end_tabs} | ||
|
||
### Related documentation | ||
|
||
* [Zulip GitHub Actions repository][repo] | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since the link to the repo was added into the second instruction (in the last update), this link has been edited to re-use it, by adding the 'repo' ref link. |
||
* [Configuring the Zulip Send Message Action][README] | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Configuring the Action -> Configuring the Zulip Send Message Action |
||
* [GitHub integration](/integrations/doc/github) | ||
|
||
[README]: https://github.com/zulip/github-actions-zulip/blob/main/send-message/README.md | ||
[repo]: https://github.com/zulip/github-actions-zulip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the "Note down the bot's email address and API key." line that was appended to this instruction.