From bc8d46a3be826ff134c4c04c616cbd53e7ba94de Mon Sep 17 00:00:00 2001 From: Maksim Minko Date: Tue, 28 May 2024 17:37:22 +0200 Subject: [PATCH] comment out unused action --- .github/workflows/auto-review-comment.yml | 46 +++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/auto-review-comment.yml b/.github/workflows/auto-review-comment.yml index 765ada3..2599ab6 100644 --- a/.github/workflows/auto-review-comment.yml +++ b/.github/workflows/auto-review-comment.yml @@ -1,4 +1,4 @@ -name: Auto Review Comment +# name: Auto Review Comment # on: # workflow_run: @@ -7,28 +7,28 @@ name: Auto Review Comment # types: # - completed -permissions: - pull-requests: write +# permissions: +# pull-requests: write -jobs: - auto-review: - runs-on: ubuntu-latest +# 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 }} +# 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 +# - name: Analyze changes +# uses: ./ +# id: auto-review-action +# with: +# token: ${{ secrets.GITHUB_TOKEN }} +# datapath: docs/data.yml