Skip to content

Add labeler action to ease reviews dispatching #284

Add labeler action to ease reviews dispatching

Add labeler action to ease reviews dispatching #284

Workflow file for this run

name: No lint and test needed
on:
pull_request:
paths-ignore:
- 'charts/**'
- 'test/**'
jobs:
pr-validated:
name: pr-validated
runs-on: ubuntu-latest
steps:
- name: validate
run: echo "PR OK"