Skip to content

feat: Upgrade Python to 3.8 #782

feat: Upgrade Python to 3.8

feat: Upgrade Python to 3.8 #782

name: "Semantic PR check"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-20.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}