feat: Add exchange_with_decoder_context to ProtocolStreamBuilder #1989
Workflow file for this run
This file contains hidden or 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: Validate PR title | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| - release/* | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| jobs: | |
| validate-pr: | |
| uses: propeller-heads/ci-cd-templates/.github/workflows/validate-pr.yaml@main | |
| secrets: | |
| app_id: ${{ secrets.APP_ID }} | |
| app_private_key: ${{ secrets.APP_PRIVATE_KEY }} | |