slack 에 github 연동하기 > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

slack 에 github 연동하기 정보

기타 slack 에 github 연동하기

본문

slack 에 github 를 연동하면 github 에 push 할때 알림메세지로 알려줍니다.

 

/github subscribe owner/repo
/github subscribe owner/repo comments
/github subscribe owner/repo commits:all
/github subscribe owner/repo branches

 

여기서 owner/repo 는 예를 들어 gnuboard/gnuboard5 와 같습니다.

 

브랜치가 바뀌어도 모든 push 에 대해 알리고자 하는 경우 아래 명령어를 사용하면 됩니다.

/github subscribe owner/repo commits:all

 

이미 subscirbe 가 되어 있다면 아래 명령으로 구독 제거 후 다시 subscribe 하면 됩니다.

/github unsubscribe owner/repo

 

subscribe 되어 있는지 확인하려면 아래 명령어를 사용하세요.

/github subscribe list

 

실제 예)

/github subscribe gnuboard/gnuboard5 commits:all comments

추천
4
  • 복사

댓글 1개

© SIRSOFT
현재 페이지 제일 처음으로