Skip to content

build_test

build_test #1

Workflow file for this run

name: Require semantic labels
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

Check failure on line 15 in .github/workflows/pr-labeled.yml

View workflow run for this annotation

GitHub Actions / Require semantic labels

Invalid workflow file

The workflow is not valid. .github/workflows/pr-labeled.yml (Line: 15, Col: 9): Unexpected value 'deault'
jobs:
check-pr-label-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/[email protected]
with:
# This list is duplicated from release-drafter.yml
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}