Skip to content

build(deps-dev): bump pytest-env from 1.1.1 to 1.1.3 in /app/video-processing #524

build(deps-dev): bump pytest-env from 1.1.1 to 1.1.3 in /app/video-processing

build(deps-dev): bump pytest-env from 1.1.1 to 1.1.3 in /app/video-processing #524

Workflow file for this run

name: Semantic labels Check
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/pr-label-check-and-comment-action@v1.0.1
with:
required_labels: 'chore,ci,docs,feat,build,fix,test,dependencies'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}