Add note about the experimental status

This commit is contained in:
Jakub Beránek 2025-03-13 13:15:38 +01:00
parent 6f214c5bb3
commit 208cef45fc
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -35,7 +35,7 @@ jobs:
cd src/ci/citool
echo "Post-merge analysis result" > output.log
printf "*This is an experimental post-merge analysis result. You can ignore it.*\n\n" > output.log
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
cat output.log