Skip to content

build(deps-dev): bump typescript from 5.4.5 to 5.5.4 #51

build(deps-dev): bump typescript from 5.4.5 to 5.5.4

build(deps-dev): bump typescript from 5.4.5 to 5.5.4 #51

Workflow file for this run

name: Greetings
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: GET CONTEXT
run: echo "$EVENT_CONTEXT"
env:
EVENT_CONTEXT: ${{ toJson(github.event) }}
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hi ${{ github.event.issue.user.login }},
Thanks for raising your first issue! 😊 We're so glad to have you contributing to the project πŸ€—.
We will take a look at your issue and it looks like a good first issue to work on πŸ’‘. We will assign it to a contributor and progress will be updated here to close this issue.
In the meanwhile, if you have a solution to this issue you can contribute to this project, helping us resolve this issue.
Here are a few things to keep in mind when working on the issue:
- Make sure to follow the project's coding guidelines πŸ“.
- Please test your changes before submitting them πŸ”¬.
- If you get stuck, don't hesitate to ask for help πŸ™‹β€β™‚οΈ.
I'm looking forward to seeing your progress! πŸš€
Thanks,
Maverick
|CODERS Asylum|
pr-message: |
Hi ${{ github.event.pull_request.user.login }},
Welcome to the project! We're so glad to have you on board πŸ€—.
We're an open-source project, which means that we're built by people like you, who are passionate about making great software πŸ’». We're always looking for new contributors, so no matter what your skill level is, we'd love to have you help out πŸ™‹β€β™€οΈ.
Here are a few things you can do to get started:
- Read the project documentation πŸ“š. This will give you a good overview of the project and how it works.
- Look for issues that are labelled as "beginner-friendly" or "good first issue" πŸ’‘. These are issues that are relatively easy to fix and don't require a lot of prior knowledge.
- Join the project's chat or forum πŸ’¬. This is a great way to ask questions and get help from other contributors.
We're always happy to help new contributors get started, so don't hesitate to reach out if you have any questions πŸ™‹β€β™‚οΈ.
Thanks,
Maverick
|CODERS Asylum|