yannbertrand / action-check-pr-title

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 πŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to action-check-pr-title πŸ‘‹

License: MIT Twitter: Slashgear_ Continous 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:

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

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

About

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 πŸŽ‰

License:MIT License


Languages

Language:JavaScript 63.0%Language:TypeScript 37.0%