文件名称:数据工程预告
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-10 18:08:58
TypeScript
松弛请求打开通知 使用github动作来通知slack请求请求已被打开。 用法 将以下yaml添加到您的github action新工作流程中。 name : Slack pull request open notification on : pull_request : types : [opened, reopened] jobs : build : runs-on : ubuntu-latest steps : - name : Notify slack pr open env : SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }} PULL_REQUEST_NUMBER : ${{ github.event.pull_request.numb
【文件预览】:
data-eng-pr-notification-master
----.gitignore(31B)
----Dockerfile(185B)
----package.json(680B)
----SlackPrNotification.js(2KB)
----.github()
--------workflows()
----SlackPrNotification.ts(2KB)
----README.md(2KB)
----action.yml(240B)