summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Peltier <pierre.peltier@adevinta.com>2019-12-11 12:07:10 +0100
committerPierre Peltier <pierre.peltier@adevinta.com>2019-12-11 12:10:24 +0100
commitf444ef754474e898a3427d440e5cc40f8e9c99a7 (patch)
tree1667c28c80bc13dd9411a9c952b20ea80f3d5054
parent13fa06886858561dfbdd4c04b6867c2bd2e3d7f5 (diff)
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
-rw-r--r--.github/workflows/WIP.yml9
1 files changed, 9 insertions, 0 deletions
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