| name: Bot tests | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| bot: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Bot actions | |
| uses: zymap/bot@v1.0.0 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GO_CLIENT_BOT_TOKEN }} | |
| with: | |
| repo_owner: apache | |
| repo_name: pulsar-client-go | |
| rerun_cmd: rerun failure checks | |
| comment: ${{ github.event.comment.body }} |