diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index f8cd679..3d4b2bf 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,11 @@ name: Greetings -on: [pull_request_target, issues] +on: + pull_request_target: + types: [opened] + issues: + types: [opened] + workflow_dispatch: jobs: greeting: @@ -9,8 +14,9 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thanks you for creating a issue." - pr-message: "Thanks you for creating a pull request." + - name: Greet on issue creation + if: github.event_name == 'issues' + uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: " diff --git a/README.md b/README.md index 1cc71b3..56cbcb9 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). -- [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) -- [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs) -- [Terraform Local Values Explained | Locals in Terraform | Terraform Tutorials in Hindi](https://www.youtube.com/watch?v=ldK_98oPjMc) -- [WordPress Deployment on AWS EC2 and RDS | Step-by-Step Guide for Two-Tier Environment | DevOps Pro](https://www.youtube.com/watch?v=R04upb-Uac4) -- [GitHub Actions Crash Course for beginners with Projects | GitHub Action Tutorial in Hindi](https://www.youtube.com/watch?v=bSBaAspgmhU) +- [Kubernetes Crash Course for Absolute Beginners](https://www.youtube.com/watch?v=LW4qhV6lk7w) +- [How Kubernetes Works Internally (Control Plane vs Worker Nodes) | Explained Simply](https://www.youtube.com/watch?v=V5TVWGV8WwU) +- [What Is Kubernetes and Why Kubernetes? | Kubernetes Tutorials for Beginners in English](https://www.youtube.com/watch?v=rlWydYJL1lY) +- [Tuples in Python | Lists vs Tuples in Python | Python Tutorials in Hindi for Beginners](https://www.youtube.com/watch?v=bN6H3XhZIIY) +- [List Data Type In Python | Python Tutorials for Beginners in Hindi | List Methods and Functions](https://www.youtube.com/watch?v=3bMa94aprmc) ## Available Scripts