hydevcode

Results 3 comments of hydevcode

好神奇,pr中提到这个issues,就会自动在这边显示

[RT-Thread-【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用 - RT-Thread](https://club.rt-thread.org/ask/article/d273bbcd1f8779bc.html) 写了一篇关于这个功能的帖子,感兴趣的可以看看

通过API查看PR的ChangeFile ``` - name: Get changed files id: changed_files if: github.event_name == 'pull_request' run: | changed_files=$(curl -s \ "https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files" | \ jq -r '.[].filename') echo "${changed_files}"...