blob: f8abc37f029a3855cd30b323bdbf4d3be164607c [file] [log] [blame]
Ed Warnicke1aa6afb2022-03-18 12:26:04 -05001---
2name: Close Pull Request
3
4on:
5 pull_request_target:
6 types: [opened]
7
8jobs:
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```
18git clone https://gerrit.fd.io/r/vpp
19```
20
21Using [git review](https://www.mediawiki.org/wiki/Gerrit/git-review) to contribute patches is recommended"