Skip to content

build(deps-dev): bump @typescript-eslint/parser from 8.58.2 to 8.59.2 #2848

build(deps-dev): bump @typescript-eslint/parser from 8.58.2 to 8.59.2

build(deps-dev): bump @typescript-eslint/parser from 8.58.2 to 8.59.2 #2848

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: |
Hello @${{ github.actor }}, thank you for your interest in this repo! Please follow the **Bug Report** template to fill out the steps to reproduce the issues. Thanks again.
pr_message: "Hello @${{ github.actor }}, thanks for sending a PR. Please be patient, I will review it as soon as possible."