Skip to content

⬆️ Bump pre-commit from 3.7.1 to 3.8.0 #66

⬆️ Bump pre-commit from 3.7.1 to 3.8.0

⬆️ Bump pre-commit from 3.7.1 to 3.8.0 #66

Workflow file for this run

name: Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Hello @${{ github.actor }}, thanks for opening your first pull request 😊! We really appreciate your work. Happy Coding 🎉🎊 !'
issue-message: |
Hello @${{ github.actor }}, thanks for your first issue and interest in our work 😊!
If this is a bug report, please provide screenshots, relevant logs and **minimum viable code to reproduce your issue**, which will help us debug the problem.