页面schema模板中dataSource配置好后,运行低代码引擎进行渲染,出现如下报错信息:Error: the getUserInfo request should not fetch, please check the condition。麻烦帮看下是什么原因导致没发出请求 #892
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Help Wanted | |
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, PR wanted。 | |
你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎 PR。 |