Skip to content

MAINT: verify installation on Python 3.11 #1822

MAINT: verify installation on Python 3.11

MAINT: verify installation on Python 3.11 #1822

Workflow file for this run

# cspell:ignore agilepathway commitlint kode
name: PR linting
on:
pull_request:
types:
- edited
- labeled
- opened
- reopened
- synchronize
- unlabeled
jobs:
check-labels:
name: Check labels
runs-on: ubuntu-20.04
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: 🐛 Bug,✨ Feature,⚙️ Enhancement,⚠️ Interface,❗ Behavior,📝 Docs,🔨
Maintenance,🖱️ DX
none_of: Epic,💫 Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}
check-title:
name: Check title
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0