Releases: webispy/checkpatch-action
Releases · webispy/checkpatch-action
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 <[email protected]>
v6: add error message for action
The error message will appear in the annotation of the github action. Signed-off-by: Inho Oh <[email protected]>
v5: Update README.md
Signed-off-by: Inho Oh <[email protected]>
v4
Fixed posting only when GITHUB_TOKEN is present.
v3: fix commit list
Signed-off-by: Inho Oh <[email protected]>
v2
Initial commit