Skip to content

Commit

Permalink
post on zulip
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 19, 2024
1 parent ce8373f commit ecae4fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ml_stats_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
BODY: ${{ steps.mathlib_stats.outputs.summary }}

- name: Post report on Zulip
uses: zulip/github-actions-zulip/send-message@v1
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
email: '[email protected]'
organization-url: 'https://leanprover.zulipchat.com'
to: 'mathlib4'
type: 'stream'
topic: 'Mathlib weekly change report'
content: ${{ steps.mathlib_stats.outputs.summary }}

0 comments on commit ecae4fb

Please sign in to comment.