Skip to content

Add streamer wrapper function in Kraken to avoid errors being thrown after Stream Response is open #796

Add streamer wrapper function in Kraken to avoid errors being thrown after Stream Response is open

Add streamer wrapper function in Kraken to avoid errors being thrown after Stream Response is open #796

Workflow file for this run

name: Docs Check
on:
pull_request:
types:
- opened
- labeled
- unlabeled
jobs:
fail-if-docs-needed:
if: contains(github.event.pull_request.labels.*.name, 'docs-needed')
runs-on: ubuntu-latest
steps:
- name: Fail if PR needs accompanying docs to be written
run: |
echo "This change needs to be documented. Please get the docs approved, and change 'docs-needed' to 'docs-complete'."
exit 1