mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Setup pr labeler config validator
This commit is contained in:
parent
857f6c892c
commit
226f90dbcb
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
|
Loading…
x
Reference in New Issue
Block a user