Skip to content

feat: KEP-2839 Dynamic LLM Trainer Framework #5001

feat: KEP-2839 Dynamic LLM Trainer Framework

feat: KEP-2839 Dynamic LLM Trainer Framework #5001

Workflow file for this run

# Copyright The Kubeflow Authors.
#
# 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.
name: Check PR Title
on:
pull_request_target:
branches:
- master
types:
- edited
- opened
- reopened
- synchronize
jobs:
check:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
fix
feat
revert
scopes: |
api
ci
deps
docs
examples
exporter
initializer
manifests
operator
runtimes
scripts
test
cache
requireScope: false
ignoreLabels: |
do-not-merge/work-in-progress
area/release