Skip to content

chore(deps): update dependency @types/chrome to ^0.0.308 #54

chore(deps): update dependency @types/chrome to ^0.0.308

chore(deps): update dependency @types/chrome to ^0.0.308 #54

Workflow file for this run

name: Label Check
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
jobs:
check-label:
runs-on: ubuntu-latest
steps:
- name: Check for labels
uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: |
bug
feature
improvement
documentation
maintenance
translation
add_comment: true
message: "This PR is being prevented from merging because the label is missing."