问崖

Results 24 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:...