Skip to content

关于内网部署的功能限制 #265

关于内网部署的功能限制

关于内网部署的功能限制 #265

Workflow file for this run

name: Issue Welcome
on:
issues:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: issue-welcome
uses: actions-cool/issues-helper@v3
with:
actions: 'welcome'
token: ${{ secrets.GITHUB_TOKEN }}
body: hi @${{ github.event.issue.user.login }}, welcome!
issue-emoji: '+1'
- name: check-star
uses: gacts/is-stargazer@v1
id: check-star
- name: Create comment
if: steps.check-star.outputs.is-stargazer != 'true'
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hi @${{ github.event.issue.user.login }}, Please star this repo if you find it useful! Thanks :star:!
你好~ @${{ github.event.issue.user.login }} 🌟 如果这个仓库对你有帮助,可以给我们点个star支持一下~你的支持对我们来说是最大的鼓励,感谢你的支持与点赞 🌟