Skip to content
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

feat: kakao-chat-ci 적용 #14

Merged
merged 3 commits into from
Sep 3, 2023
Merged

feat: kakao-chat-ci 적용 #14

merged 3 commits into from
Sep 3, 2023

Conversation

psychology50
Copy link
Member

작업 이유

카카오톡을 이용한 CI 기능 구축.
이벤트 감지 → 카카오 알림 전송

작업 사항

  • 이벤트 발생 조건
    • main 또는 develop 브랜치에 push 이벤트가 발생하는 경우
    • pull_request가 열린 경우 (단, draft PR은 제외)
    • pull_request_review 이벤트가 발생한 경우 (submitted, edited, dismissed)
  • 실행
    • push 이벤트가 발생한 경우:
      • TITLE: GitHub 사용자 이름 (커밋한 유저)
      • DESC: 커밋 메시지
    • pull_request 이벤트가 열린 경우:
      • TITLE: PR을 연 사용자의 로그인 이름
      • DESC: PR 제목
    • pull_request_review 이벤트가 발생한 경우:
      • TITLE: 리뷰어의 로그인 이름
      • DESC: 리뷰 내용
    • pull_request_review 이벤트가 발생하고, 리뷰어가 승인한 경우:
      • TITLE: 리뷰어의 로그인 이름
      • DESC: 승인한 PR 제목

이슈 연결

close #13

@psychology50 psychology50 reopened this Sep 1, 2023
@psychology50 psychology50 added the enhancement New feature or request label Sep 1, 2023
@psychology50 psychology50 self-assigned this Sep 1, 2023
@heejinnn
Copy link
Contributor

heejinnn commented Sep 3, 2023

확인했습니다~

@heejinnn heejinnn closed this Sep 3, 2023
@psychology50 psychology50 reopened this Sep 3, 2023
Copy link
Contributor

@heejinnn heejinnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인요~

@psychology50 psychology50 merged commit eca75da into develop Sep 3, 2023
3 of 4 checks passed
@psychology50 psychology50 deleted the feat/13 branch September 3, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Github Push Event 알림 카카오톡 연동
2 participants