This action checks PR contributors against a configurable allowlist.
Required The path to the contributor allowlist. Default "doc/team.md"
. Please follow the format in doc/team.md
Fails if a PR contributor is not listed in the contributor allowlist.
uses: [email protected]
with:
allowlist-path: relative/path-to/my/team.md
token: ${{ secrets.GITHUB_TOKEN }}
See RegExp
documentation for more information/options on pattern and flags.
filter_out_pattern: "author-exempted"
filter_out_flags: "i"