We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e4bd6 commit 287693aCopy full SHA for 287693a
.github/workflows/bot-comment.yml
@@ -0,0 +1,16 @@
1
+name: PR bot comment test
2
+on:
3
+ pull_request:
4
+permissions:
5
+ pull-requests: write
6
+jobs:
7
+ run:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - run: cat <<< "$heck"
12
+ env:
13
+ heck: ${{toJSON(github.event)}}
14
+ - run: gh pr comment ${{github.event.pull_request.html_url}} --body "Hello, world from run ${{github.run_number}}" --create-if-none --edit-last
15
16
+ GH_TOKEN: ${{github.token}}
0 commit comments