Skip to content

build(deps): bump rimraf from 5.0.5 to 5.0.7 #1989

build(deps): bump rimraf from 5.0.5 to 5.0.7

build(deps): bump rimraf from 5.0.5 to 5.0.7 #1989

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."