Skip to content

comment out unused action #58

comment out unused action

comment out unused action #58

# name: Auto Review Comment
# on:
# workflow_run:
# workflows:
# - Diff Compile
# types:
# - completed
# permissions:
# pull-requests: write
# jobs:
# auto-review:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Download Diff Artifact
# uses: actions/download-artifact@v4
# with:
# name: pr-diff
# path: pr_diff/
# repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
# run-id: ${{ github.event.workflow_run.id }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Analyze changes
# uses: ./
# id: auto-review-action
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# datapath: docs/data.yml