From 2ea4ef273548829bd1a73338fa8d9e31e6a1cc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeoYuan=20=E8=A2=81=E5=8A=9B=E7=9A=93?= Date: Thu, 20 Jan 2022 10:35:14 +0800 Subject: [PATCH] Create help wanted.yml --- .github/workflows/help wanted.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/help wanted.yml diff --git a/.github/workflows/help wanted.yml b/.github/workflows/help wanted.yml new file mode 100644 index 000000000..aee564e58 --- /dev/null +++ b/.github/workflows/help wanted.yml @@ -0,0 +1,21 @@ +name: Issue Reply + +on: + issues: + types: [labeled] + +jobs: + reply-helper: + runs-on: ubuntu-latest + steps: + - name: help wanted + if: github.event.label.name == 'help wanted' + uses: actions-cool/issues-helper@v2 + with: + actions: 'create-comment' + token: ${{ secrets.GITHUB_TOKEN }} + issue-number: ${{ github.event.issue.number }} + body: | + Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome PR。 + + 你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎 PR。