Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jan 25, 2023
1 parent b94000f commit bf8a1ca
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 @@ -40,7 +40,7 @@ An example is used as [.github/workflows/check-PRs-here.yaml](.github/workflows/

## Caveats

This GitHub action works as is in public repositories. For private repositories, a GitHub token with the appropriate scope must be created and configured. When trying to use it in private repositories, it will fail and produce an error message related to this.
This GitHub action works as is in public repositories. Diff checking will simply be disabled if it detects it is being run in a private repository.

## Contributing to development

Expand All @@ -64,6 +64,7 @@ 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

## License

Expand Down

0 comments on commit bf8a1ca

Please sign in to comment.