chore: Add check WIP action
Closes: #31 Signed-off-by: Michael Gasch <mgasch@vmware.com>
This commit is contained in:
parent
b479886442
commit
2c4d0ed536
|
@ -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
|
Loading…
Reference in New Issue