Skip to content

Commit

Permalink
[CHORE/#385] PR Checker 슬랙 알림 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaeyeon committed Feb 9, 2024
1 parent a0856f3 commit 6895167
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,26 @@ jobs:
- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace

- name: On Success
if: ${{ success() }}
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: '#53A551'
SLACK_ICON: https://avatars.githubusercontent.com/u/137089215?s=48&v=4
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_TITLE: 'YELLO/PR Check S.U.C.C.E.S.S 🎉🎉🎉'
MSG_MINIMAL: true
SLACK_USERNAME: YELLO_ANDROID
SLACK_MESSAGE: 'P R 성 공!!! 🎉🎉🎉 조와~쒀'
# - name: On Success
# if: ${{ success() }}
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_COLOR: '#53A551'
# SLACK_ICON: https://avatars.githubusercontent.com/u/137089215?s=48&v=4
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_TITLE: 'YELLO/PR Check S.U.C.C.E.S.S 🎉🎉🎉'
# MSG_MINIMAL: true
# SLACK_USERNAME: YELLO_ANDROID
# SLACK_MESSAGE: 'P R 성 공!!! 🎉🎉🎉 조와~쒀'

- name: On Failed, Notify in Slack
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: '#ff0000'
SLACK_ICON: https://avatars.githubusercontent.com/u/137089215?s=48&v=4
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_TITLE: 'YELLO/Android Debug build Fail❌'
MSG_MINIMAL: true
SLACK_USERNAME: YELLO_ANDROID
SLACK_MESSAGE: '에러ㅋㅋㅋㅋㅋ났네ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ'
# - name: On Failed, Notify in Slack
# if: ${{ failure() }}
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_COLOR: '#ff0000'
# SLACK_ICON: https://avatars.githubusercontent.com/u/137089215?s=48&v=4
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_TITLE: 'YELLO/Android Debug build Fail❌'
# MSG_MINIMAL: true
# SLACK_USERNAME: YELLO_ANDROID
# SLACK_MESSAGE: '에러ㅋㅋㅋㅋㅋ났네ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ'

0 comments on commit 6895167

Please sign in to comment.