etsy / combined-status-check-action

A GitHub action to combine many status checks into one required check.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

combined-status-check-action

This action allows you to combine a bunch of individual status checks into one required check. This is useful for third-party statuses that may be dynamically created, and would be tedious to require individually.

Usage

- uses: etsy/combined-status-check@v1
  with:
    status-regex: "^Some Third Party"

See action.yml for all available options.

About

A GitHub action to combine many status checks into one required check.

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%