From f444ef754474e898a3427d440e5cc40f8e9c99a7 Mon Sep 17 00:00:00 2001 From: Pierre Peltier Date: Wed, 11 Dec 2019 12:07:10 +0100 Subject: Add the WIP-action sued to mark a review as pending if a WIP is present inside the title CF: https://github.com/marketplace/actions/wip --- .github/workflows/WIP.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/WIP.yml diff --git a/.github/workflows/WIP.yml b/.github/workflows/WIP.yml new file mode 100644 index 0000000..b719008 --- /dev/null +++ b/.github/workflows/WIP.yml @@ -0,0 +1,9 @@ +on: [pull_request] +name: "Set status on pull_request" + +jobs: + wip: + name: "Set status" + runs-on: ubuntu-latest + steps: + - uses: wip/action@master -- cgit v1.2.3