Skip to content

Fix: prevent empty feedback submission and improve UI (#1415) #1766

Fix: prevent empty feedback submission and improve UI (#1415)

Fix: prevent empty feedback submission and improve UI (#1415) #1766

Workflow file for this run

name: Check PR Dependencies
on: pull_request
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}