소스 검색

Remove greetings

luozhouyang 5 년 전
부모
커밋
9d20a36f61
1개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 13
      .github/workflows/greetings.yml

+ 0 - 13
.github/workflows/greetings.yml

@@ -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: 'Thanks for your first issue!'
-        pr-message: 'Thanks for your first pr!'