Delete greetings.yml

This commit is contained in:
Atsushi Sakai
2020-01-03 08:47:18 +09:00
committed by GitHub
parent ca49613b53
commit 164f82c0dc

View File

@@ -1,13 +0,0 @@
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: 'Message that will be displayed on users'' This is first issue for you on this project'
pr-message: 'Message that will be displayed on users'' This is first pr for you on this project'