谭羽中于7月29日提交了week7任务 #140
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: "PR Commenter" | |
on: | |
pull_request_target: | |
jobs: | |
pr-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: comment | |
uses: NejcZdovc/comment-pr@v2 | |
with: | |
message: "@dyx1234 @Stream29 有劳cr~" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |