Skip to content

Commit

Permalink
Create greeting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh025 authored Sep 28, 2024
1 parent bbab191 commit 57ce4ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/greeting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greetings:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
pr-message: "We appreciate you creating your first pull request and look forward to reviewing your future contributions."

0 comments on commit 57ce4ce

Please sign in to comment.