• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: Greetings
2
3on: [pull_request, issues]
4
5jobs:
6  greeting:
7    runs-on: ubuntu-latest
8    steps:
9    - uses: actions/first-interaction@v1
10      with:
11        repo-token: ${{ secrets.GITHUB_TOKEN }}
12        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 ��.'
13