Skip to content

fixed issue #54

fixed issue #54 #45

Workflow file for this run

name: Greetings
on: [pull_request_target]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: "Greetings from GDSC AEC! Thanks for making the PR, our team will review it soon. Stay tuned 😊"