github-pr-contains-action
github-pr-contains-action copied to clipboard
Action that checks whether the body or diff in a PR contains a certain word.
This is always necessary, but since version 14.1 if you include something related to diffs, it will launch those tests, so I would like to avoid patterns [such as this...
It does not help what the error message says, as indicated in #133. Probably dump the error, so that we can find out at least where it failed.
We have been using this github action for a while and seems to be working fine for us with no real problems. Now I tried doing a refactor on the...
Right now it's tricky, since strings are rexified; it's probably better to add new features for checking real regexes. You can code alternatives into regexes, so using several ones might...
Follow [this excellent tutorial](https://dev.to/balastrong/write-unit-test-for-your-typescript-github-action-503p) Right now functions are not tested, so anything here would be an improvement.
Right now everything is in a "run" function; that's no clean code, man.
For instance, the link to the PR used for testing does not actually work
We have a rather arbitrary organization of dependencies in dev and production. In reality, all of them are dev, since the final .js includes everything it needs.
If a PR is opened which removes the usage of a string and at the same time wants to include a new Github action to ensure instances of the string...
For errors or warnings. Maybe also include info... and review messages so that they all include it.