问崖

Results 26 comments of 问崖

@thenishantsapkota Try this action: https://github.com/wow-actions/welcome

@firasm The [payload of the issue/pr](https://docs.github.com/cn/rest/pulls/pulls#get-a-pull-request) now can be used in placeholders. So we can render reviewers with `@{{ payload.requested_reviewers[0].login }}`.

@AnirudhPanda Use `pull_request_target` for PR events

Hi, @urish The earlier job should output the image url, then we can embed the image in the comment. ref: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idoutputs ```yml name: Auto Comment on: [issues, pull_request] jobs: run:...

> LGTM。 感谢 pr,麻烦签一下 CLA done

Please try to build it yourself from the source code: ```shell git clone https://code.byted.org/reckon/vscode-web.git cd vscode-web export ELECTRON_SKIP_BINARY_DOWNLOAD=1 export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm install npm run gulp vscode-web-min ```