From 912b1a2b4aab99503380bcad6eb07e8e928a0c2a Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Tue, 18 Aug 2026 09:57:40 -0400 Subject: [PATCH] Keep fingerprint comment concise --- .github/workflows/pull-request-commit.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 1f3a6ac267..bcd7749479 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -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: -
Fingerprint diff - - ${{ steps.fingerprint.outputs.diff-summary }} - -
- - 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) 🤖*