The gh command-line tool is pretty great. Here's a #git alias (put it in ~/.gitconfig) to see the status of GitHub Actions running on the current branch:

actions = "!f() { gh run list --branch $(git rev-parse --abbrev-ref HEAD); }; f"

Now "git actions" will show whether your #github CI is passing for the current branch.

Follow

@nedbat you can also create aliases directly in gh cli (including running it through the shell, same as with git) to group GitHub-related commands under gh rather than git.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.