scnewma / gha-list-annotations

Example code for programmatically getting Github Actions annotations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List GHA Annotations

Use the Github API to list annotations for a particular repository and optionally commit.

Usage

Run this directly with Deno.

Uses your GITHUB_TOKEN for authentication.

$ deno run -A https://raw.githubusercontent.com/scnewma/gha-list-annotations/main/main.ts OWNER/REPO [COMMIT]

If you don't specify [COMMIT] the latest commit from the default branch is used.

About

Example code for programmatically getting Github Actions annotations.


Languages

Language:TypeScript 100.0%