From 164f82c0dc022e71625b53f8e899e7b361a50c17 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Fri, 3 Jan 2020 08:47:18 +0900 Subject: [PATCH] Delete greetings.yml --- .github/workflows/greetings.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 3da4a694..00000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -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'