Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 488 Bytes

File metadata and controls

21 lines (13 loc) · 488 Bytes

OpenChat GitHub Bot Action

A GitHub Action to post PR data to an OpenChat webhook.

Inputs

  • OC_WEBHOOK_URL: The webhook url to post to. Required

Notes

You can obtain a webhook url by running the /register_webhook command within a group or channel that you own.

Our recommendation is to store url as a secret in your repository.

Example Usage

- uses: open-chat-labs/github_bot_action@v1.0.0
  with:
    OC_WEBHOOK_URL: ${{ secrets.OC_WEBHOOK_URL }}