Skip to content

范子轩在9月8号提交了周报 #185

范子轩在9月8号提交了周报

范子轩在9月8号提交了周报 #185

Workflow file for this run

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 }}