Skip to content

GitHub Action for skipping required status checks on pull requests.

License

Notifications You must be signed in to change notification settings

scribd/skip-required-check-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

GitHub Action for skipping required status checks on pull requests.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •