Skip to content

Commit

Permalink
⬆️ with 📝. Closes #87
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
JJ committed Mar 20, 2023
1 parent 4a73f45 commit 43fcaf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43fcaf3

Please sign in to comment.