testing new pr close workflow #1
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: Auto Close Pull Requests | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
close-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close Pull Request | |
uses: peter-evans/close-pull-request@v2 | |
with: | |
comment: | | |
Thank you for your interest in contributing to PEcAn documentation! | |
This repository is **automatically maintained** and synchronized from the `book_source/` directory of the [pecanproject/pecan](https://github.com/pecanproject/pecan) repository. | |
Please submit your pull request there instead: | |
👉 [pecanproject/pecan](https://github.com/pecanproject/pecan) | |
We appreciate your effort and understanding! |