mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
github_action: Mention PR where the endpoints were added.
Updates "API Documentation Update Check" tool to add PR information in the message to chat.zulip.org when the new endpoints are added.
This commit is contained in:
2
.github/workflows/api-docs-update-check.yml
vendored
2
.github/workflows/api-docs-update-check.yml
vendored
@@ -66,6 +66,8 @@ jobs:
|
||||
- name: Run tools/notify-if-api-docs-changed
|
||||
id: run_check
|
||||
run: ./tools/notify-if-api-docs-changed >> $GITHUB_OUTPUT
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Report status to CZO
|
||||
if: ${{github.repository == 'zulip/zulip'}}
|
||||
|
Reference in New Issue
Block a user