Skip to content

build(deps): bump gitpython from 3.1.27 to 3.1.37 in /requirements #2568

build(deps): bump gitpython from 3.1.27 to 3.1.37 in /requirements

build(deps): bump gitpython from 3.1.27 to 3.1.37 in /requirements #2568

Workflow file for this run

name: Lint PR
on:
pull_request:
types: [ labeled, unlabeled, opened, edited ]
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ secrets.GITHUB_REF }}
- uses: yogevbd/pr-lint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}