-
Notifications
You must be signed in to change notification settings - Fork 0
✨ feat: pr 이벤트 발생 시 슬랙에 노티 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -0,0 +1,32 @@ | |||
name: Notify Slack on PR Events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 테스트
- name: Set up Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 테스트 2
script/sendMessageToSlack.js
Outdated
} | ||
} | ||
|
||
sendMessageToSlack(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다시
tsconfig.node.json
Outdated
@@ -3,8 +3,8 @@ | |||
"composite": true, | |||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", | |||
"skipLibCheck": true, | |||
"module": "ESNext", | |||
"moduleResolution": "bundler", | |||
"module": "CommonJS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
성공해라...🙏🏻
} | ||
} | ||
|
||
sendMessageToSlack(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.ts 테스트
👾 Pull Request