Skip to content

Added ticker functionality, ability to stream live data feeds from market #9

Added ticker functionality, ability to stream live data feeds from market

Added ticker functionality, ability to stream live data feeds from market #9

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Auto approve
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'iamkrish-coder'
steps:
- uses: hmarr/auto-approve-action@v3
with:
review-message: "The pull request has been marked as approved"