MCPcopy Index your code
hub / github.com/Slashgear/action-check-pr-title

github.com/Slashgear/action-check-pr-title @action-check-pr-title-v6.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release action-check-pr-title-v6.0.0 ↗ · + Follow
2 symbols 9 edges 3 files 0 documented · 0% updated 1d agoaction-check-pr-title-v6.0.0 · 2026-03-03★ 334 open issues

Browse by type

Functions 2 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Welcome to action-check-pr-title 👋

License: MIT Continuous Integration

Github action to check Pull Request title based on JS Regexp

This action in really simple and use Github Action core library base on event of your pull requests No need to install anything on your runner to use it. Simple, fast, reliable 🎉

Usage

This action allows you to include a title check of a pull request automatically. This action only works on pull_request events.

To use it, add the following steps in your workflow:

Default usage

steps:
  - uses: Slashgear/action-check-pr-title@v4.3.0
    with:
      regexp: "([a-z])+" # Regex the title should match.

Customize Regexp

steps:
  - uses: Slashgear/action-check-pr-title@v4.3.0
    with:
      regexp: "([a-z])+" # Regex the title should match.
      flags: "i" # Flags to add to the regexp

Add helper message

steps:
  - uses: Slashgear/action-check-pr-title@v4.3.0
    with:
      regexp: "(feat|fix|docs): .++" # Regex the title should match.
      helpMessage: "Example: 'feat: example of title'"

Author

👤 Slashgear

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Slashgear.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Core symbols most depended-on inside this repo

Shape

Function 2

Languages

TypeScript100%

Modules by API surface

src/run.ts1 symbols
src/__tests__/run.test.ts1 symbols

For agents

$ claude mcp add action-check-pr-title \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page