Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 #193

Bump certifi from 2022.12.7 to 2023.7.22

Bump certifi from 2022.12.7 to 2023.7.22 #193

Workflow file for this run

name: 'Commit Message Check'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
push:
branches:
- main
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v1
with:
pattern: '^(Refs|Fixes) #YUPTOO-[0-9]+ - .+$'
error: 'Commit message should start with "Fixes #YUPTOO-<issue number> - "'