Ed Warnicke | 1aa6afb | 2022-03-18 12:26:04 -0500 | [diff] [blame] | 1 | --- |
| 2 | name: Close Pull Request |
| 3 | |
| 4 | on: |
| 5 | pull_request_target: |
| 6 | types: [opened] |
| 7 | |
| 8 | jobs: |
| 9 | run: |
| 10 | runs-on: ubuntu-latest |
| 11 | steps: |
| 12 | - uses: superbrothers/close-pull-request@v3 |
| 13 | with: |
| 14 | # Optional. Post a issue comment just before closing a pull request. |
| 15 | comment: "Thank you so much for your interest! VPP takes patches at https://gerrit.fd.io/ |
| 16 | |
| 17 | ``` |
| 18 | git clone https://gerrit.fd.io/r/vpp |
| 19 | ``` |
| 20 | |
| 21 | Using [git review](https://www.mediawiki.org/wiki/Gerrit/git-review) to contribute patches is recommended" |