chore: Add check WIP action

Closes: #31
Signed-off-by: Michael Gasch <mgasch@vmware.com>
This commit is contained in:
Michael Gasch 2021-05-07 16:37:24 +02:00
parent b479886442
commit 2c4d0ed536
1 changed files with 17 additions and 0 deletions

17
.github/workflows/check-wip.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
# **************************************************************************
# Copyright (c) Cloud Native Foundation.
# SPDX-License-Identifier: Apache-2.0
# **************************************************************************
name: Check "WIP" in PR Title
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
wip:
runs-on: ubuntu-latest
steps:
- name: Check WIP in PR Title
uses: embano1/wip@v1