Merge pull request #33 from embano1/issue-31

Add check WIP action
This commit is contained in:
Michael Gasch 2021-05-17 15:07:00 +02:00 committed by GitHub
commit d4f8ff90ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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