-
Notifications
You must be signed in to change notification settings - Fork 2
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
eslint-config와 tsconfig에 대한 배포 github action #13
Conversation
.github/npm-publish-slack.sh
Outdated
@@ -0,0 +1,14 @@ | |||
#!/bin/bash | |||
|
|||
slackToDeptDev() { |
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.
https://github.blog/changelog/2022-12-06-github-actions-workflow-notifications-in-slack-and-microsoft-teams/
메시지를 커스텀할 목적이 아니라면... 이제 더이상 필요없습니다.
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.
이것은 #github-notify인가 #npm-publish-notify인가......
6919cf9
to
72f095b
Compare
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.
good job!
PR 의 종류는 어떤 것인가요?
수정이 필요하게된 이유가 무엇인가요? (Jira 이슈가 있다면 링크를 연결해주세요)
#2
무엇을 어떻게 변경했나요?
코드 변경을 이해하기 위한 배경지식이 필요하다면 설명 해주세요.
체크아웃->node 설치->npm ci->npm publish
디펜던시 변경이 있나요?
어떻게 테스트 하셨나요?
대상 브랜치를 변경하여 해당 브랜치에서 action이 제대로 동작하는지 확인
https://github.com/day1co/standards/actions
코드의 실행결과를 볼 수 있는 로그가 있다면 첨부해주세요.