Skip to content

Add DavidRR-F/quick_domains.wezterm #9

Add DavidRR-F/quick_domains.wezterm

Add DavidRR-F/quick_domains.wezterm #9

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize]
paths: [README.md]
jobs:
run:
name: Check the Pull Request Title
runs-on: ubuntu-latest
steps:
- uses: Slashgear/[email protected]
with:
regexp: "^(Add|Update|Remove) `.+\\/.+`$"
helpMessage: "Example: 'Add `MLFlexer/resurrect.wezterm`'"