README.md
[](https://github.com/clszzyh/elixir_bot/actions)
[](http://hex.pm/packages/elixir_bot)
[](http://hex.pm/packages/elixir_bot)
[](https://hexdocs.pm/elixir_bot/readme.html)
<!-- MDOC -->
## Usage
```yml
name: event
on:
workflow_dispatch:
issue_comment:
types: [created, edited]
issues:
types: [opened, edited]
jobs:
exbot:
runs-on: ubuntu-latest
steps:
- uses: clszzyh/elixir_bot@main
```
<!-- MDOC -->
### Commands
<!-- MDOC -->
| Command | Description |
| :-- | :- |
| `@ex-bot ping` | `pong` |
| `@ex-bot version` | print current version |
<!-- MDOC -->