Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wechuli authored Feb 6, 2024
1 parent ac0a3ef commit 543e76b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:
With this default configuration, the action will fail if any of the checks on the pull request have failed or if
any of the checks are still in progress, pending or queued when the workflow is complete.

The action also created a checks summary with details of each check that was evaluated and their status:

![Screenshot 2024-02-06 at 15 37 43](https://github.com/wechuli/allcheckspassed/assets/15605874/de9a3a20-02ff-4d96-8da5-0c8300d429e7)

## How it works

When the workflow is triggered, the action will poll the GitHub API every 1 minute (default) for 10 tries (default) -
Expand Down Expand Up @@ -187,4 +191,4 @@ this as some point, at which point you will not need the action anymore.

- The action is not checking for commit statuses, which uses a different API. If you need this, please open an issue.
- Unfortunately, you'll need to poll the API to get the state of the checks. The action itself is consuming GitHub
Actions minutes doing this polling
Actions minutes doing this polling

0 comments on commit 543e76b

Please sign in to comment.