| 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 opening an issue! LeakCanary is maintained by [volunteers](https://github.com/square/leakcanary/graphs/contributors) from the community. Please be kind and remember that LeakCanary isn''t anyone''s main job ๐.' |