提交我的2024年度总结,修复一个readme语法 #1
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: Close PR on README changes | |
on: | |
pull_request: | |
paths: | |
- 'README.md' | |
jobs: | |
close-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close PR if README.md changed | |
uses: peter-evans/close-pull@v3.0.1 | |
with: | |
comment: do not edit README.md |