Behat / Gherkin

Gherkin parser, written in PHP for Behat project
MIT License
1.05k stars 91 forks source link

Update cucumber dependency automatically and use it for i18n #194

Closed ciaranmcnulty closed 3 years ago

ciaranmcnulty commented 3 years ago

Since #190 we have a local copy of cucumber, so we can use that for the i18n script.

This also adds a GitHub Actions workflow that will create a PR when cucumber do a new gherkin release

ciaranmcnulty commented 3 years ago

There is some permissions problem - it worked locally on my fork so I need to figure out why it's failing and whether it'll 'just work' when merged