Skip to content

File operations

File operations #121

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: |
Thank you for reporting an issue! If you haven't already [joined our Discord community](https://discord.com/invite/NetApp),
then we invite you to do so. This is a great place to get help and ask questions from our community.
pr-message: |
Thank you for submitting a pull request! If you haven't already [joined our Discord community](https://discord.com/invite/NetApp),
then we invite you to do so. It is a good place to discuss requests with the community.