Skip to content

Commit 963a613

Browse files
authored
Update welcome.yml
Added step that comments on the pr
1 parent bcf8c91 commit 963a613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/welcome.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ jobs:
88
welcome:
99
name: Post welcome comment
1010
runs-on: ubuntu-latest
11+
steps:
12+
- run: gh pr comment "$PR_URL" --body "Welcome to the repository!"
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
PR_URL: ${{ github.evennt.pull_request.html_url }}

0 commit comments

Comments
 (0)