Upload large native fingerprint diffs
This commit is contained in:
@@ -186,10 +186,18 @@ jobs:
|
|||||||
- name: 📷 Check fingerprint and install dependencies
|
- name: 📷 Check fingerprint and install dependencies
|
||||||
id: fingerprint
|
id: fingerprint
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
uses: bluesky-social/github-actions/fingerprint-native@abc6a46eb4badf243f55bfd7d6cec42722456300 # v0.3.0
|
uses: bluesky-social/github-actions/fingerprint-native@2138c118d1b0758859a43f0599dba03700531f9e
|
||||||
with:
|
with:
|
||||||
profile: pull-request
|
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
|
- name: 💬 Drop a comment
|
||||||
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
|
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
|
||||||
if: ${{ steps.fingerprint.outputs.includes-changes }}
|
if: ${{ steps.fingerprint.outputs.includes-changes }}
|
||||||
@@ -199,12 +207,12 @@ jobs:
|
|||||||
The Pull Request introduced fingerprint changes against the base commit:
|
The Pull Request introduced fingerprint changes against the base commit:
|
||||||
<details><summary>Fingerprint diff</summary>
|
<details><summary>Fingerprint diff</summary>
|
||||||
|
|
||||||
```json
|
${{ steps.fingerprint.outputs.diff-summary }}
|
||||||
${{ steps.fingerprint.outputs.diff }}
|
|
||||||
```
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
The full diff is available in the `native-fingerprint-diff` workflow artifact.
|
||||||
|
|
||||||
---
|
---
|
||||||
*Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
|
*Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user