apache_scraper.py - add caller IP and user to report #112
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: 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. |