ci remove formatting comment

This only works when the author is an @lvgl member.
This commit is contained in:
embeddedt
2022-03-05 17:11:39 -05:00
committed by GitHub
parent cbc38afb3a
commit d345f76d02
-9
View File
@@ -28,12 +28,3 @@ jobs:
echo "Please apply the preceding diff to your code or run scripts/code-format.py"
exit 1
fi
- name: Comment PR
uses: thollander/actions-comment-pull-request@v1
if: github.event_name == 'pull_request' && failure()
with:
message: |
Your PR needs its formatting corrected before it can be merged upstream.
Please run `scripts/code-format.py` and commit the resulting change.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}