Skip to content

ENH: add support for list to execute (Take 2) #1594

ENH: add support for list to execute (Take 2)

ENH: add support for list to execute (Take 2) #1594

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}}'