Skip to content

Commit 17f75d5

Browse files
committed
PR template and auto labeler.
1 parent a6a61f6 commit 17f75d5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"cc/publicinfo/mdh":
2+
- "**"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR Labeler
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
labeler:
8+
name: PR Labeler
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/labeler@v4
12+
if: ${{ github.base_ref == 'main' }}

0 commit comments

Comments
 (0)