Skip to content

flexion/check-contributor-allowlist-action

Repository files navigation

check-contributor-allowlist-action

This action checks PR contributors against a configurable allowlist.

Inputs

allowlist-path

Required The path to the contributor allowlist. Default "doc/team.md". Please follow the format in doc/team.md

Outputs

Fails if a PR contributor is not listed in the contributor allowlist.

Example usage

uses: check-contributor-allowlist-action@v0.1
with:
  allowlist-path: relative/path-to/my/team.md
  token: ${{ secrets.GITHUB_TOKEN }}

Optional parameters

See RegExp documentation for more information/options on pattern and flags.

  filter_out_pattern: "author-exempted"
  filter_out_flags: "i"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published