mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
12 lines
298 B
YAML
12 lines
298 B
YAML
name: Validate PR Labeler Configuration
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
pr-labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Validate Configuration
|
|
uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.2
|
|
with:
|
|
configuration-path: .github/pr-labeler.yml
|