/.github/workflows/ci-fuzzer-issue.yaml: handle fuzzer-issue dispatch events

This commit is contained in:
Dustin Brown
2021-08-09 14:59:50 -07:00
parent 57ab4aa7bd
commit 5907cebb94

14
.github/workflows/ci-fuzzer-issue.yaml vendored Normal file
View File

@@ -0,0 +1,14 @@
#name: Fuzzer Create Issue
on:
repository_dispatch:
types: [ fuzzer-issue ]
jobs:
create-issue:
name: Create Dolt Issue found by Dolthub/Fuzzer
runs-on: ubuntu-18.04
steps:
- name: Print payload
run: |
echo "${{ github.event.client_payload }}"