mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
# 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>
286 B
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