Skip to content

Bump pytest from 7.4.0 to 7.4.3 in /src/test/python_tests #613

Bump pytest from 7.4.0 to 7.4.3 in /src/test/python_tests

Bump pytest from 7.4.0 to 7.4.3 in /src/test/python_tests #613

Workflow file for this run

name: 'PR labels'
on:
pull_request:
types:
- 'opened'
- 'reopened'
- 'labeled'
- 'unlabeled'
- 'synchronize'
jobs:
add-pr-label:
name: 'Ensure Required Labels'
runs-on: ubuntu-latest
steps:
- name: 'PR impact specified'
uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: 'bug, debt, feature-request, no-changelog'