Skip to content

Create variables.md

Create variables.md #3

Workflow file for this run

name: 'Welcome New Contributors'
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome-new-contributor:
runs-on: ubuntu-latest
steps:
- name: 'Greet the contributor'
uses: garg3133/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello there, thanks for opening your first issue. We welcome you to the gdsc community! 🤝'
pr-message: 'Hello there, thanks for opening your first Pull Request 🤝. Someone will review it soon. Thanks for participation'