Skip to content

Commit

Permalink
Update welcome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jczimskey authored Mar 26, 2024
1 parent d60d9c2 commit 5d67931
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Post welcome comment
# making a modification
on:
pull_request:
types: [opened]
permissions:
pull-requests:write
pull-requests: write
jobs:
build:
name: Post welcome comment
runs-on: ubuntu-latest
steps:
- run: gh pr comment $PR_URL --body "Welcome to the repository!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}

0 comments on commit 5d67931

Please sign in to comment.