ci: temporary disable commenting for linter result

This commit is contained in:
Daniel 2023-12-13 15:05:50 +01:00 committed by GitHub
parent 162c471e74
commit ff755c6773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: "🧐 Checking IR Files" name: "🧐 Checking IR Files"
on: on:
pull_request_target: pull_request:
paths: '**.ir' paths: '**.ir'
jobs: jobs:
@ -46,18 +46,18 @@ jobs:
with: with:
run: 'LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 file:changed_file_list.txt' run: 'LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 file:changed_file_list.txt'
- uses: ntsd/auto-request-changes-action@v2 #- uses: ntsd/auto-request-changes-action@v2
name: "Request Changes" # name: "Request Changes"
if: ${{ steps.run.outputs.stderr }} # if: ${{ steps.run.outputs.stderr }}
with: # with:
github-token: "${{ secrets.GITHUB_TOKEN }}" # github-token: "${{ secrets.GITHUB_TOKEN }}"
comment-body: | # comment-body: |
<details> # <details>
<summary>🐛 Linter Result</summary> # <summary>🐛 Linter Result</summary>
#
${{ steps.run.outputs.stdout }} # ${{ steps.run.outputs.stdout }}
#
</details> # </details>
- name: Fail Pipeline - name: Fail Pipeline
if: ${{ steps.run.outputs.stderr }} if: ${{ steps.run.outputs.stderr }}