mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
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:
14
.github/workflows/ci-fuzzer-issue.yaml
vendored
Normal file
14
.github/workflows/ci-fuzzer-issue.yaml
vendored
Normal 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 }}"
|
||||
Reference in New Issue
Block a user