Skip to content

Incorporating new entries from Kleros Curate still 10 Sep 2023 (#62) #9

Incorporating new entries from Kleros Curate still 10 Sep 2023 (#62)

Incorporating new entries from Kleros Curate still 10 Sep 2023 (#62) #9

name: trigger-merge-dapp-list
on:
push:
branches:
- "main"
paths:
- "dapps/**/*.json"
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Dispatch QA workflow
uses: benc-uk/workflow-dispatch@v121
with:
workflow: merge-dapp.yml
token: ${{ secrets.CI_BOT_TOKEN }}
inputs: '{"message": "${{ github.event.head_commit.message }}" }'