Skip to content

Bump certifi from 2020.4.5.1 to 2023.7.22 in /jobs/notebook-report #2907

Bump certifi from 2020.4.5.1 to 2023.7.22 in /jobs/notebook-report

Bump certifi from 2020.4.5.1 to 2023.7.22 in /jobs/notebook-report #2907

Workflow file for this run

#When do we want to deploy to DEV environment
name: PR label check
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
jobs:
pr-label-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: yogevbd/enforce-label-action@master
with:
REQUIRED_LABELS_ANY: "bug,enhancement,feature,fix,devops,documentation,maintenance,skip-changelog,dependencies"