mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-04 20:15:43 +00:00
post pr comment anyway
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -143,6 +143,13 @@ jobs:
|
||||
metrics_compare.md
|
||||
pr_number.txt
|
||||
|
||||
- name: Post Code Metrics as PR Comment
|
||||
if: github.event_name != 'push'
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
header: code-metrics
|
||||
path: metrics_compare.md
|
||||
|
||||
# ---------------------------------------
|
||||
# Build Make/CMake on Windows/MacOS
|
||||
# ---------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user