fleet/tools/qacheck/README.md
Sharon Katz bdf6767700
A tool to check that the testplan checkbox was checked (#39948)
# qacheck

Scans a GitHub Project v2 for items in ✔️Awaiting QA
that are missing or have an unchecked QA confirmation checklist.

## Build

export GITHUB_TOKEN=...
go mod tidy
go build -o qacheck .

## Run

./qacheck -org fleetdm -project 71
./qacheck -org fleetdm -project 97

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-23 09:24:14 -05:00

286 B

qacheck

Scans a GitHub Project v2 for items in ✔️Awaiting QA that are missing or have an unchecked QA confirmation checklist.

Build

export GITHUB_TOKEN=... cd tools/qacheck go build -o qacheck .

Run

./qacheck -org fleetdm -project 71 ./qacheck -org fleetdm -project 97