Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/fe/develop' into fe-417-_REJEC…
Browse files Browse the repository at this point in the history
…T_APPLICANT_01
  • Loading branch information
seongjinme committed Aug 13, 2024
2 parents 4066119 + d57785b commit 9e0dde0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/fe-pr-event-alert.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: FE/PM - PR Review 슬랙 알림

on:
workflow_dispatch:
pull_request:
types: [review_requested]
types: [ review_requested, ready_for_review ]
branches:
- main
- 'fe/**'
- 'fe-**'

pull_request_review:
types: [submitted]
types: [ submitted ]
branches:
- main
- 'fe/**'
- 'fe-**'

env:
lurgi: "FE팀 러기"
Expand Down Expand Up @@ -343,7 +347,7 @@ jobs:
channel-id: ${{ secrets.REVIEW_MENTION_CHANNEL_ID }}
payload: |
{
"thread_ts": "${{ needs.set-slack-thread-if-not-exist-create.SLACK_THREAD_ID }}",
"thread_ts": "${{ needs.set-slack-thread-if-not-exist-create.outputs.SLACK_THREAD_ID }}",
"blocks": [
{
"type": "divider"
Expand Down

0 comments on commit 9e0dde0

Please sign in to comment.