Skip to content

Commit c57b02c

Browse files
committed
feat(ci): label docs-related PRs
1 parent 0845783 commit c57b02c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/labeler-docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Label docs
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
types: [opened]
7+
paths:
8+
- "docs/**"
9+
- "mkdocs.yml"
10+
- ".github/workflows/mkdocs.yml"
11+
12+
jobs:
13+
label-docs:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: add-label
17+
uses: andymckay/labeler@master
18+
with:
19+
add-labels: "documentation"

0 commit comments

Comments
 (0)