Skip to content

Commit

Permalink
chore: Update release workflow to include diff content and suggester …
Browse files Browse the repository at this point in the history
…action
  • Loading branch information
HaiyiMei committed Jun 27, 2024
1 parent de0c641 commit 0d9a7af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ jobs:
python -m xrfeitoria.utils.publish_plugins update-plugin-info
- uses: reviewdog/action-setup@v1
- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Echo diff content
run: |
reviewdog -reporter=github-pr-review -diff="git diff FETCH_HEAD"
diff_content=$(git diff)
echo "$diff_content"
- name: suggester /Leave comments on PRs
uses: reviewdog/action-suggester@v1

0 comments on commit 0d9a7af

Please sign in to comment.