annotations-action:GitHub动作从JSON文件创建注释

时间:2024-05-19 15:10:49
【文件属性】:

文件名称:annotations-action:GitHub动作从JSON文件创建注释

文件大小:76KB

文件格式:ZIP

更新时间:2024-05-19 15:10:49

JavaScript

注释动作 此操作从JSON文件创建注释。 为了使用此操作,您将需要使用以下格式生成JSON文件( 所有选项也受支持,建议使用它们): [ { file : "path/to/file.js" , line : 5 , title : "title for my annotation" , message : "my message" , annotation_level : "failure" } ] 输入项 repo-token 用于与GitHub API交互的必需令牌。 input 包含注释列表的JSON文件的必需路径。 title 支票的可选标题。 默认值:“检查”。 ignore-unauthorized-error 可选如果提供的存储令牌没有写权限,请忽略错误。 默认值:“ false”。 ignore-missing


【文件预览】:
annotations-action-main
----.gitignore(14B)
----package.json(918B)
----package-lock.json(86KB)
----dist()
--------index.js(196KB)
----LICENSE(1KB)
----index.js(6KB)
----.github()
--------workflows()
--------dependabot.yml(140B)
----README.md(1KB)
----action.yml(799B)
----test()
--------json-report.json(1016B)
----.editorconfig(235B)

网友评论