From 8aafd0764d56f2ba738ab3e7a95f470a8477a30c Mon Sep 17 00:00:00 2001 From: Maxim Tarasov Date: Wed, 24 Jan 2024 11:04:04 -0800 Subject: [PATCH] add step to comment on the pr --- .github/workflows/python-app-pr.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index 925e0fd..1300e07 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -55,4 +55,11 @@ jobs: name: test-diff path: ./test-diff.html + - name: Comment PR with execution number + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + _(execution **${{ github.run_id }}** / attempt **${{ github.run_attempt }}**)_ + comment_tag: execution +