[0bdad5]: / .github / workflows / greetings.yml

Download this file

14 lines (11 with data), 343 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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: 'Thanks for reporting, Shixiang will reply as soon as possible:)'
pr-message: 'Thanks for your contribution!'