WindSekirun / check-title-wip-actions

Simple Github actions to check title contains WIP:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check PR Title contains WIP

This actions check just one thing, Does the pull request title include WIP?

It makes actions fail when PR title contains WIP:.

Before After

Usages

After checkout steps

steps:
  - name: Check Title
    uses: windsekirun/check-title-wip-actions@v1

License

MIT License

About

Simple Github actions to check title contains WIP:

License:MIT License


Languages

Language:JavaScript 68.1%Language:TypeScript 31.9%