/check-title-wip-actions

Simple Github actions to check title contains WIP:

Primary LanguageJavaScriptMIT LicenseMIT

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