Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scribd/skip-required-check-action

GitHub Action for skipping required status checks on pull requests.
https://github.com/scribd/skip-required-check-action

actions

Last synced: about 2 months ago
JSON representation

GitHub Action for skipping required status checks on pull requests.

Awesome Lists containing this project

README

        

# Skip Required Check Action

GitHub Action for skipping required status checks on pull requests.

## Inputs

### `checks`

**Required** The status check(s) to skip.

### `reason`

A short description of why the check was skipped. *Default value:* 'Skipping Required Check'

## Example usage

```yaml
- name: Skip Test Status Checks
uses: justAnotherDev/skip-required-check-action@v1
with:
checks: |
Run Unit Tests
Run Snapshot Tests
reason: Incrementing Build Number
```