mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Merge branch 'develop' into enhancement/4158_Add_primary_key_beginning_with_asterisk
This commit is contained in:
7
.github/pr-labeler.yml
vendored
7
.github/pr-labeler.yml
vendored
@@ -1,3 +1,4 @@
|
|||||||
'Type: Bug / Error': 'bug/*'
|
'Type: Bug / Error': ['bug/*', fix/*]
|
||||||
'Type: Enhancement': 'feature/*'
|
'Type: Enhancement': ['feature/*', 'feat/*']
|
||||||
'Type: Other': 'other/*'
|
'Type: Other': ['other/*', 'chore/*', 'test/*', 'refactor/*']
|
||||||
|
'Area: Documentation': ['docs/*']
|
||||||
|
@@ -1,11 +1,15 @@
|
|||||||
name: Validate PR Labeler Configuration
|
name: Validate PR Labeler Configuration
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
|
paths:
|
||||||
|
- .github/workflows/pr-labeler-config-validator.yml
|
||||||
|
- .github/workflows/pr-labeler.yml
|
||||||
|
- .github/pr-labeler.yml
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
paths:
|
||||||
- opened
|
- .github/workflows/pr-labeler-config-validator.yml
|
||||||
- synchronize
|
- .github/workflows/pr-labeler.yml
|
||||||
- ready_for_review
|
- .github/pr-labeler.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-labeler:
|
pr-labeler:
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user