Skip to content

Is this still on GSSoC 2024 to contribute? #704

Is this still on GSSoC 2024 to contribute?

Is this still on GSSoC 2024 to contribute? #704

Workflow file for this run

name: Greetings
on:
issues:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: Suvraneel/Greeting-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Hello @${{github.actor}}, thanks for creating your first issue at LearnCPP, hope you followed the guidelines.'
pr-message: 'Congratulations!! for making your first PR at LearnCPP, our mentors will review it soon.'