Including all new Kleros Curate entries till 10 October 2023 (#63) #12
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: | |
- ".github/scripts/validate-and-merge-cli.scala" | |
- ".github/workflows/merge-dapp.yml" | |
- "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 }}" }' | |