niooss-ledger / need-checks

Expect or wait status checks for a commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need Checks

CI pre-commit.ci status codecov

Expect or wait status checks for a commit

Usage

- uses: noirbizarre/need-checks@main
  with:
    token: ${{ github.token }}

Inputs

Input Description Default Required
token Github token used to query Github API ${{ github.token }} false
repository Github repository to wait for ${{ github.repository }} false
ref git ref to check status on ${{ github.sha }} false
workflow Restrict checks to a given workflow "" false
wait Wait for all status check false false
wait_interval time interval (in seconds) between checks while waiting 60 false
wait_timeout max time to wait if defined "" false
conclusions comma separated list of accepted conclusions success,skipped false

Outputs

N/A

About

Expect or wait status checks for a commit

License:MIT License


Languages

Language:Python 96.7%Language:Dockerfile 1.7%Language:Shell 1.6%