Skip to content

Deprecate external device annotation style #1644

Deprecate external device annotation style

Deprecate external device annotation style #1644

Workflow file for this run

name: Check PR required labels and comment
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
check-pr-label-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/pr-label-check-and-comment-action@master
with:
required_labels: 'deprecation, enhancement, bug, documentation, tests, notebook, code quality, maintenance'
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'