Skip to content

Commit

Permalink
chore: Add check WIP action
Browse files Browse the repository at this point in the history
Closes: #31
Signed-off-by: Michael Gasch <[email protected]>
  • Loading branch information
Michael Gasch committed May 7, 2021
1 parent b479886 commit 2c4d0ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-wip.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c4d0ed

Please sign in to comment.