Skip to content

refactor: move discovery and util under package app/customresource to make packages highly cohesive #384

refactor: move discovery and util under package app/customresource to make packages highly cohesive

refactor: move discovery and util under package app/customresource to make packages highly cohesive #384

Workflow file for this run

name: "Lint pull request title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title for semantic commit message
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}