test edit README.md #2
Workflow file for this run
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/[email protected] | |
with: | |
comment: do not edit README.md |