Browse Source

chore: remove greeting workflow (#567)

Jacob Bolda 5 năm trước cách đây
mục cha
commit
342da74f78
1 tập tin đã thay đổi với 0 bổ sung13 xóa
  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 so much for your interest in Tauri!'
-        pr-message: 'Thanks so much for your contribution! :heart:  We will get to reviewing and merging your PR asap. In the meantime, please make sure you have signed all your commits. Signed commits mean that we can have improved level of trust that the commit was actually pushed by you.'