Skip to content

Commit 0a8f063

Browse files
authored
Update Welcome.yml
update actions
1 parent d597107 commit 0a8f063

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Welcome.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ jobs:
88
build:
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.event.pull_request.html_url }}

0 commit comments

Comments
 (0)