From 5907cebb94d451f76a9e1677ed55a95e0d0d9137 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Mon, 9 Aug 2021 14:59:50 -0700 Subject: [PATCH] /.github/workflows/ci-fuzzer-issue.yaml: handle fuzzer-issue dispatch events --- .github/workflows/ci-fuzzer-issue.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci-fuzzer-issue.yaml diff --git a/.github/workflows/ci-fuzzer-issue.yaml b/.github/workflows/ci-fuzzer-issue.yaml new file mode 100644 index 0000000000..7ebc883fa6 --- /dev/null +++ b/.github/workflows/ci-fuzzer-issue.yaml @@ -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 }}"