Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

sorted "dsa" and "devops" syllabus as per playlist #1060

sorted "dsa" and "devops" syllabus as per playlist

sorted "dsa" and "devops" syllabus as per playlist #1060

Workflow file for this run

name: Greetings
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: Hey Hey! πŸ‘‹πŸ» Thank you so much for raising an issue. The maintainers will get back to you soon for discussion over the issue! In the meantime join our <a href="https://discord.gg/wemakedevs">Discord server</a> and checkout our <a href="https://www.youtube.com/c/KunalKushwaha/">YouTube</a> channel.
pr-message: Woah! This is your first Pull Request in our community, Congratulations πŸŽ‰ and thank you for your contribution! πŸš€ The team will review it on <u>availability</u> πŸ’«. In the meantime join our <a href="https://discord.gg/wemakedevs">Discord server</a> and checkout our <a href="https://www.youtube.com/c/KunalKushwaha/">YouTube</a> channel.