mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Setup pr labeler config validator
This commit is contained in:
11
.github/workflows/pr-labeler-config-validator.yml
vendored
Normal file
11
.github/workflows/pr-labeler-config-validator.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
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@v0.0.1
|
||||||
|
with:
|
||||||
|
configuration-path: .github/pr-labeler.yml
|
Reference in New Issue
Block a user