Merge pull request #1990 from dolthub/db/fuzzer-rdw

[no-release-notes] /.github/workflows/ci-fuzzer-issue.yaml: handle fuzzer-issue dispatch events
This commit is contained in:
Dustin Brown
2021-08-09 16:24:21 -07:00
committed by GitHub

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 }}"