Skip to content

chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in /client_cli/pytests #2216

chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in /client_cli/pytests

chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in /client_cli/pytests #2216

Workflow file for this run

name: I2::Label
on:
pull_request_target:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v5
- uses: mshick/add-pr-comment@v2
if: contains(steps.label-the-PR.outputs.all-labels, 'config-changes')
with:
message: |
@BAStos525