-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add action.similar-package-reviewer to Streamline Dependency Manageme…
…nt (#30) feat: 비슷한 패키지 체크하는 action 추가
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: review packages | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: [opened, edited] | ||
|
||
jobs: | ||
compare: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Compare packages | ||
id: compare-packages | ||
uses: hmu332233/action.similar-package-reviewer@v1.1.0 | ||
with: | ||
openai_key: ${{ secrets.OPENAI_API_KEY }} | ||
use_functioncall: true | ||
- name: Create comment | ||
uses: peter-evans/create-or-update-comment@v3 | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
body: | | ||
${{ steps.compare-packages.outputs.results }} |
02357f8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
moon-svg – ./
moon-svg-hmu332233.vercel.app
moon-svg-git-main-hmu332233.vercel.app
moon-svg.minung.dev
moon-phase.vercel.app