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:
Vector73
2025-10-09 14:15:31 +00:00
committed by Tim Abbott
parent b8f8056f56
commit a5d25826bd
2 changed files with 25 additions and 9 deletions

View File

@@ -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'}}