Revert 07dbeb8f66 (partially)

This commit is contained in:
Daniel 2022-12-18 18:57:29 +01:00 committed by GitHub
parent 07dbeb8f66
commit f7d2689a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,21 +42,14 @@ jobs:
with:
run: python fff-ir-lint/main.py github2 file:changed_file_list.txt
- name: Request Changes
uses: thollander/actions-comment-pull-request@v2
- uses: ntsd/auto-request-changes-action@v2
name: "Request Changes"
if: ${{ steps.run.outputs.stderr }}
with:
message: |
❌ Found Issues
github-token: "${{ secrets.GITHUB_TOKEN }}"
comment-body: |
${{ steps.run.outputs.stdout }}
- name: Request Changes
uses: thollander/actions-comment-pull-request@v2
if: ${{ ! steps.run.outputs.stderr }}
with:
message: |
LGTM! 😊 No issues found.
- name: Fail Pipeline
if: ${{ steps.run.outputs.stderr }}
run: exit 1