We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d597107 commit 0a8f063Copy full SHA for 0a8f063
.github/workflows/Welcome.yml
@@ -8,3 +8,8 @@ jobs:
8
build:
9
name: Post welcome comment
10
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