Skip to content

test(add): open web inspector context menu and files ui locators #424

test(add): open web inspector context menu and files ui locators

test(add): open web inspector context menu and files ui locators #424

Workflow file for this run

name: Add Label
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: christianvuerings/add-labels@v1
with:
labels: |
Missing dev review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}