From 43fcaf34d8462de9359ce2a6c8b469d6a13354c8 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Mon, 20 Mar 2023 09:15:44 +0100 Subject: [PATCH] :arrow_up: with :memo:. Closes #87 This will keep working as usual for pull requests, fail gracefully if it's not a PR, so that it can be used in push actions (or any other kind) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b9bd6b..0d22c2cc 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ There are several forks of this action, with additional features: - `v6`: can use words or regular expressions in `bodyContains`/ `bodyDoesNotContain` - `v7`: includes more "rexified" characters: `*,?,+` - `v8`: adds `diffDoesNotContain` and extends regex testing to diff tests. -- `v9`: adds some informative messages, disables API calls for private repositories +- `v9`: adds some informative messages, disables API calls for private repositories. +- `v10`: Skips checks if not in a pull request; adds information to prevent this use too. ## License