slash-command-action:一个用于检查斜线命令注释的GitHub动作

时间:2024-02-29 07:23:46
【文件属性】:

文件名称:slash-command-action:一个用于检查斜线命令注释的GitHub动作

文件大小:86KB

文件格式:ZIP

更新时间:2024-02-29 07:23:46

slash-commands workflows github-actions TypeScript

斜杠命令动作 检查/commands问题或提取请求注释,并基于它们触发或阻止工作流程。 用法 在以下示例中,将检查注释中的命令/test (参数是可选的,例如/test ui ),并且只有在留下注释的用户对存储库具有管理员访问权限时,注释才会通过。 它将仅在初始注释上运行,而不在编辑上运行,并且在操作运行时将添加以下内容的响应: :eyes: 表示看到它的评论。 on : issue_comment name : Issue Comments jobs : check_comments : name : Check comments for /test runs-on : ubuntu-latest steps : - name : Check for Command id : command uses : xt0rted


【文件预览】:
slash-command-action-master
----package.json(985B)
----__tests__()
--------payloads()
--------commandHandler.test.ts(10KB)
--------main.test.ts(2KB)
--------reaction.test.ts(1KB)
--------command.test.ts(1KB)
----.github()
--------dependabot.yml(299B)
--------workflows()
----jest.config.js(443B)
----action.yml(939B)
----LICENSE(1KB)
----package-lock.json(361KB)
----src()
--------reaction.ts(590B)
--------interfaces.d.ts(284B)
--------main.ts(622B)
--------permission.ts(407B)
--------commandHandler.ts(3KB)
--------command.ts(459B)
----tsconfig.json(6KB)
----.gitignore(1KB)
----CHANGELOG.md(266B)
----README.md(3KB)
----.editorconfig(282B)
----.gitattributes(122B)
----.vscode()
--------settings.json(225B)

网友评论