diff --git a/.github/workflows/check-wip.yaml b/.github/workflows/check-wip.yaml new file mode 100644 index 0000000..42257f1 --- /dev/null +++ b/.github/workflows/check-wip.yaml @@ -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