Sign inSign up

launchdarkly/ld-gh-actions-pr-starts-with-verb

By launchdarkly

Updated over 7 years ago

Image
0

584

launchdarkly/ld-gh-actions-pr-starts-with-verb repository overview

Starts with verb

Docker Automated build

starts-with-verb

Ensures your pull request starts with a verb. Uses 2of12 word list as converted to json in https://github.com/felixfischer/categorized-words. Add this to your .github/main.workflow to enable:

workflow "Pull request" {
  on = "pull_request"
  resolves = ["Title starts with verb"]
}

action "Title starts with verb" {
  uses = "docker://launchdarkly/ld-gh-actions-prs/starts-with-verb@master"
  env = {
    IGNORE_PREFIX_PCRE="(\\[.*?\\]\\s*)?\s*"
  }
}
Development

Install bats (brew install bats on OSX) and run make test to run unit tests. Run make integration-test to run Docker integration test.

Tag summary

Content type

Image

Digest

Size

115.7 MB

Last updated

over 7 years ago

docker pull launchdarkly/ld-gh-actions-pr-starts-with-verb