Skip to content

build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /gen #1792

build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /gen

build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /gen #1792

# Copyright (c) 2021 VMware, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Perform "exit 1" if PR title starts with "WIP" to block accidental merges
name: Check "WIP" in PR Title
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
wip:
runs-on: ubuntu-20.04
steps:
- name: Check WIP in PR Title
uses: embano1/wip@v2