瀏覽代碼

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!'