Keep fingerprint comment concise
This commit is contained in:
@@ -186,32 +186,17 @@ jobs:
|
||||
- name: 📷 Check fingerprint and install dependencies
|
||||
id: fingerprint
|
||||
timeout-minutes: 5
|
||||
uses: bluesky-social/github-actions/fingerprint-native@2138c118d1b0838c406c97cfafbad9215a1ee0b1
|
||||
uses: bluesky-social/github-actions/fingerprint-native@abc6a46eb4badf243f55bfd7d6cec42722456300 # v0.3.0
|
||||
with:
|
||||
profile: pull-request
|
||||
|
||||
- name: ⬆️ Upload fingerprint diff
|
||||
if: ${{ steps.fingerprint.outputs.includes-changes }}
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: native-fingerprint-diff
|
||||
path: ${{ steps.fingerprint.outputs.diff-path }}
|
||||
retention-days: 7
|
||||
|
||||
- name: 💬 Drop a comment
|
||||
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
|
||||
if: ${{ steps.fingerprint.outputs.includes-changes }}
|
||||
with:
|
||||
header: fingerprint-diff
|
||||
message: |
|
||||
The Pull Request introduced fingerprint changes against the base commit:
|
||||
<details><summary>Fingerprint diff</summary>
|
||||
|
||||
${{ steps.fingerprint.outputs.diff-summary }}
|
||||
|
||||
</details>
|
||||
|
||||
The full diff is available in the `native-fingerprint-diff` workflow artifact.
|
||||
The Pull Request introduced native fingerprint changes against the base commit.
|
||||
|
||||
---
|
||||
*Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
|
||||
|
||||
Reference in New Issue
Block a user