mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-26 20:38:11 +00:00
Create help wanted.yml
This commit is contained in:
parent
6b2f2d305e
commit
2ea4ef2735
21
.github/workflows/help wanted.yml
vendored
Normal file
21
.github/workflows/help wanted.yml
vendored
Normal file
@ -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。
|
||||||
Loading…
x
Reference in New Issue
Block a user