Skip to content

fix: exchange table row hover styles #5206

fix: exchange table row hover styles

fix: exchange table row hover styles #5206

Workflow file for this run

name: Labels
on:
pull_request:
types: [ready_for_review, synchronize, opened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"