gh-actions-status icon indicating copy to clipboard operation
gh-actions-status copied to clipboard

gh actions-status

being an extension to view the overall health of an organization's use of actions

screenshot of extension

Usage

By default, this command shows actions health for the last 30 days.

# See the actions health for an organization
gh actions-status cli

# See health for a different time period in either hours or days
gh actions-status -l 12h
gh actions-status -l 7d

# See health for an arbitrary list of repositories within an org
gh actions-status cli -r "cli,go-gh"

# See workflow runs with 'failure' status for an arbitrary list of repositories within an org
gh actions-status cli -r "cli,go-gh" -s "failure" 

# See the actions health for all the repositories of a user
gh actions-status rsese

Installation

gh extension install rsese/gh-actions-status

Authors

Robert Sese [email protected], vilmibm [email protected]