Incorporating new entries from Kleros Curate still 10 Sep 2023 (#62) #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" }' | |