diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 655f27e..43b9db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI (PRs/branches) +permissions: + checks: write + pull-requests: write + on: push: branches-ignore: @@ -44,6 +48,10 @@ jobs: with: report_paths: '**/build/test-results/test/TEST-*.xml' + include_passed: true + detailed_summary: true + comment: true + - name: Upload JARs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 1fd254e..24f78d3 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -8,6 +8,8 @@ on: permissions: contents: write id-token: write + checks: write + pull-requests: write jobs: build: @@ -53,6 +55,9 @@ jobs: with: report_paths: '**/build/test-results/test/TEST-*.xml' + include_passed: true + detailed_summary: true + - name: Upload JARs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index bb399c8..51e4c97 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -1,5 +1,9 @@ name: Release Tag +permissions: + checks: write + pull-requests: write + on: push: tags: @@ -63,6 +67,9 @@ jobs: with: report_paths: '**/build/test-results/test/TEST-*.xml' + include_passed: true + detailed_summary: true + - name: Create release description run: kotlin .github/tag.main.kts