Skip to content

Added beginner friendly and intermediate level resources for Year 1, Year 2 and Year 3 #15

Added beginner friendly and intermediate level resources for Year 1, Year 2 and Year 3

Added beginner friendly and intermediate level resources for Year 1, Year 2 and Year 3 #15

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hi there!
🎉 Welcome to our GitHub repository! Thank you for opening your first issue. We appreciate your contribution to our project.
Our team will look into the issue at the earliest. If you have any additional information or suggestions, feel free to share them. Your input is valuable to us.
If you have any questions or need assistance, don't hesitate to reach out. Happy coding!
pr-message: |
Hi there!
🚀 Congratulations on your first pull request! We're thrilled to see your contribution to our project.
Our team will review your pull request at the earliest. If there are any changes or additional information needed, we'll provide feedback. Your effort is greatly appreciated.
If you have any questions or need guidance, feel free to ask. We're here to help and excited to collaborate with you.