Skip to content

docs: update README #97

docs: update README

docs: update README #97

Workflow file for this run

name: Welcome
on:
pull_request:
branches: [main]
types: [opened]
issues:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: First interaction
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
pr-message: |
Hello! Thank you for your contribution. 👋👋👋
If you are fixing a bug, please reference the issue number in the description.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.