Skip to content

chore(deps): bump python-multipart from 0.0.22 to 0.0.26 in /services/apps/git_integration #5981

chore(deps): bump python-multipart from 0.0.22 to 0.0.26 in /services/apps/git_integration

chore(deps): bump python-multipart from 0.0.22 to 0.0.26 in /services/apps/git_integration #5981

Workflow file for this run

# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: PR Title Lint
on:
pull_request:
# By default, a workflow only runs when a pull_request's activity type is opened, synchronize, or reopened. We
# explicity override here so that PR titles are re-linted when the PR text content is edited.
#
# Possible values: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
types: [opened, edited, reopened, synchronize]
jobs:
pr-title-lint:
uses: linuxfoundation/lfx-ui/.github/workflows/_pr-title-lint.yml@main