Skip to content

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #77

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #77

name: Verify Pull-Request Description
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions: read-all
jobs:
verify:
name: Verify Pull-Request Description
runs-on: ubuntu-20.04
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
build-tools/
.github/
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Verify PR
shell: bash
run: python "build-tools/verify-pr-description.py"
env:
TITLE: ${{ github.event.pull_request.title }}
BODY: ${{ github.event.pull_request.body }}