From ae5226b625d5aef9a13c63ca9245a6e2b1aac652 Mon Sep 17 00:00:00 2001 From: John Burns Date: Thu, 7 May 2026 16:47:09 -0500 Subject: [PATCH] change archrules comment to a link --- .github/workflows/archrules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archrules.yml b/.github/workflows/archrules.yml index c001257..eea25f1 100644 --- a/.github/workflows/archrules.yml +++ b/.github/workflows/archrules.yml @@ -31,10 +31,10 @@ jobs: build-scan-terms-of-use-agree: 'yes' - name: Gradle run archrules run: ./gradlew --stacktrace archRulesConsoleReport archRulesMarkdownReport - - name: Arch Rule Reports stop summary + - name: Arch Rule Reports step summary run: cat build/reports/archrules/report.md > $GITHUB_STEP_SUMMARY - name: PR Comment if: github.event_name == 'pull_request' - run: gh pr comment ${{ github.event.number }} -F build/reports/archrules/report.md + run: gh pr comment ${{ github.event.number }} --edit-last --create-if-none -b "[ArchRules report](${{ github.server.url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" env: GH_TOKEN: ${{ github.token }} \ No newline at end of file