Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scribd/skip-required-check-action
- Owner: scribd
- License: mit
- Created: 2020-11-24T19:52:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T18:07:35.000Z (2 months ago)
- Last Synced: 2024-11-08T19:22:54.840Z (2 months ago)
- Topics: actions
- Language: JavaScript
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```