Skip to content

Commit

Permalink
๐Ÿ› ๋“ค์—ฌ์“ฐ๊ธฐ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
NeatKYU committed Jul 4, 2024
1 parent e003895 commit 308a35e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- name: Auto assign reviewer
id: auto-assign
uses: kentaro-m/[email protected]
with:
configuration-path: '.github/assign_config.yml'
# Only needed if you use something other than .github/auto_assign.yml

- name: Send Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
message: >
Pull request #${{ github.event.pull_request.number }} has been assigned to @${{ steps.auto-assign.outputs.assigned_reviewers }}.
- name: Auto assign reviewer
id: auto-assign
uses: kentaro-m/[email protected]
with:
configuration-path: '.github/assign_config.yml'
# Only needed if you use something other than .github/auto_assign.yml
- name: Send Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
message: >
Pull request #${{ github.event.pull_request.number }} has been assigned to @${{ steps.auto-assign.outputs.assigned_reviewers }}.

0 comments on commit 308a35e

Please sign in to comment.