From 214beb1f9c857c88db6c7a603022477179962c99 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 14 Jan 2025 12:22:00 -0500 Subject: [PATCH] test --- .github/workflows/build-test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 068ed2d7a3e..2aa68d41858 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,6 +23,16 @@ jobs: - 'jtag/**' docs: - 'doc/org.eclipse.cdt.doc.user/**' + - uses: actions/github-script@v7 + if: (success() || failure()) && steps.filter.outputs.docs + with: + script: | + github.rest.issues.createComment({ + issue_number: context.issue.number, + owner: context.repo.owner, + repo: context.repo.repo, + body: '👋 Thanks for updating the documentation! As part of the GitHub action the HTML will be generated and added to the artifacts of this run.' + }) - name: Set up JDK 21 uses: actions/setup-java@v4 with: