adapter github actions:带有Probot应用并使其与GitHub Actions兼容的适配器 源码
:electric_plug: @probot/adapter-github-actions 可以在运行应用程序功能的适配器 用法 一如既往地创建您的Probot应用程序 // app.js module . exports = ( app ) => { app . on ( "issues.opened" , async ( context ) => { const params = context . issue ( { body : "Hello World!" } ) ; await context . octokit . issues . createComment ( params ) ; } ) ; } ; 然后在GitHub Action的入口点,要求使用@probot/adapter-github-actions而不是probot // index.js const {
文件列表
adapter-github-actions-master.zip
(预估有个14文件)
adapter-github-actions-master
.github
dependabot.yml
312B
workflows
test.yml
711B
release.yml
518B
pino-transport-github-actions.js
885B
test
index.test.js
4KB
fixtures
暂无评论