Releases: webispy/checkpatch-action
Releases · webispy/checkpatch-action
Release list
v9
v8
v7: pass GITHUB_TOKEN to API if it is set
Currently the GITHUB_TOKEN environment variable is not used. Pass it to the github API when reading the command list to allow accessing private repositories. Signed-off-by: Haggai Eran <haggaie@nvidia.com>
v6: add error message for action
The error message will appear in the annotation of the github action. Signed-off-by: Inho Oh <inho.oh@sk.com>
v5: Update README.md
Signed-off-by: Inho Oh <inho.oh@sk.com>
v4
Fixed posting only when GITHUB_TOKEN is present.
v3: fix commit list
Signed-off-by: Inho Oh <inho.oh@sk.com>