Skip to content

Tags: webispy/checkpatch-action

Tags

v9

Toggle v9's commit message
fix fetch-depth option

Fix `fetch-depth` option in actions/checkout action to support multi
commits.

Signed-off-by: Inho Oh <webispy@gmail.com>

v8

Toggle v8's commit message
fix safe directory issue

fix fatal error for safe directory issue. (#16)

Signed-off-by: Inho Oh <webispy@gmail.com>

v7

Toggle v7's commit message
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

Toggle v6's commit message
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

Toggle v5's commit message
Update README.md

Signed-off-by: Inho Oh <inho.oh@sk.com>

v4

Toggle v4's commit message
Fixed posting only when GITHUB_TOKEN is present.

v3

Toggle v3's commit message
fix commit list

Signed-off-by: Inho Oh <inho.oh@sk.com>

v2

Toggle v2's commit message
Initial commit

v1

Toggle v1's commit message
add action.yml