Skip to content

chore(deps): bump ktor_version from 2.3.4 to 2.3.5 #79

chore(deps): bump ktor_version from 2.3.4 to 2.3.5

chore(deps): bump ktor_version from 2.3.4 to 2.3.5 #79

name: Verify Pull-Request Description
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions: read-all
jobs:
verify:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Verify Pull-Request Description
runs-on: ubuntu-20.04
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 }}