Skip to content

build(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 #2261

build(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0

build(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 #2261

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
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."