Skip to content

Commit 0cafa38

Browse files
test auto-comment
1 parent 9d6481d commit 0cafa38

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/auto-comment.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check BuildBot
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
8+
jobs:
9+
auto-comment:
10+
runs-on: ubuntu-22.04
11+
steps:
12+
- name: PR Comment
13+
run: |
14+
gh pr comment $PRNUM --body "Hi ${{ github.event.issue.user.login }} did you check BuildBot? Based on your PR number: ${{ github.event.pull_request.number }} I am able to write you the URL to your LAST run in Grid View"
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GH_REPO: ${{ github.repository }}
18+
PRNUM: ${{ github.event.pull_request.number }}
19+
AUTHOR:

0 commit comments

Comments
 (0)