mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-01-12 05:36:15 +00:00
Revert 07dbeb8f66479f3f4acb325aa9209e9efda6d36b (partially)
This commit is contained in:
parent
07dbeb8f66
commit
f7d2689a8e
15
.github/workflows/pr_lint_review.yaml
vendored
15
.github/workflows/pr_lint_review.yaml
vendored
@ -42,21 +42,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
run: python fff-ir-lint/main.py github2 file:changed_file_list.txt
|
run: python fff-ir-lint/main.py github2 file:changed_file_list.txt
|
||||||
|
|
||||||
- name: Request Changes
|
- uses: ntsd/auto-request-changes-action@v2
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
name: "Request Changes"
|
||||||
if: ${{ steps.run.outputs.stderr }}
|
if: ${{ steps.run.outputs.stderr }}
|
||||||
with:
|
with:
|
||||||
message: |
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
❌ Found Issues
|
comment-body: |
|
||||||
${{ steps.run.outputs.stdout }}
|
${{ 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
|
- name: Fail Pipeline
|
||||||
if: ${{ steps.run.outputs.stderr }}
|
if: ${{ steps.run.outputs.stderr }}
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user