Skip to content

Commit ed4ec40

Browse files
committed
Created bot PR comment test
1 parent e4e4bd6 commit ed4ec40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/bot-comment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PR bot comment test
2+
on:
3+
pull_request:
4+
jobs:
5+
run:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: gh pr comment ${{github.event.pull_request.pull_request.url}} --body "Hello, world from run ${{github.run_number}}" --create-if-none --edit-last
9+
env:
10+
GH_TOKEN: ${{github.token}}

0 commit comments

Comments
 (0)