fix: added grpcio-status to requirements #32
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: First Interaction Response | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
response: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/first-interaction@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
Hello! Thank you for filing an issue. | |
Thank you for creating an issue on this repository. The maintainers will triage it and will respond within a few days. | |
pr-message: | | |
Hello! Thank you for your contribution. | |
Thank you for contributing to this repository. The maintainers will review the code and respond within a few days. |