Skip to content

chore(deps-dev): bump socket.io-parser from 4.2.5 to 4.2.7 #26

chore(deps-dev): bump socket.io-parser from 4.2.5 to 4.2.7

chore(deps-dev): bump socket.io-parser from 4.2.5 to 4.2.7 #26

Workflow file for this run

name: Greetings
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
👋 Thanks for opening your first issue in Jodit!
To help us reproduce it fast, please include your Jodit
version, browser/OS, and a minimal runnable example
(CodePen / JSFiddle / StackBlitz) or the exact
`editor.value` / config that triggers the problem.
Using Jodit in a commercial product? A
[PRO / OEM license](https://xdsoft.net/jodit/pro/)
includes priority support.
pr-message: >
🎉 Thanks for your first pull request to Jodit!
A maintainer will review it soon. Please make sure the CI
checks pass and that new behaviour is covered by tests
(`make test`). Appreciate the contribution!