Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20190311183353-d8887717615a to 0.23.0 in /spec #3288

build(deps): bump golang.org/x/net from 0.0.0-20190311183353-d8887717615a to 0.23.0 in /spec

build(deps): bump golang.org/x/net from 0.0.0-20190311183353-d8887717615a to 0.23.0 in /spec #3288

name: Layotto Env Pipeline 🌊
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
name: "Title Validation"
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# If the PR contains one of these labels, the validation is skipped.
# Multiple labels can be separated by newlines.
# If you want to rerun the validation when labels change, you might want
# to use the `labeled` and `unlabeled` event triggers in your workflow.
ignoreLabels: |
dont-check-PRs-with-this-label
# For work-in-progress PRs you can typically use draft pull requests
# from GitHub. However, private repositories on the free plan don't have
# this option and therefore this action allows you to opt-in to using the
# special "[WIP]" prefix to indicate this state. This will avoid the
# validation of the PR title and the pull request checks remain pending.
# Note that a second check will be reported if this is enabled.
wip: true