Skip to content

Commit bf6f5c3

Browse files
authored
fix: add labeler action (distribution#4213)
2 parents dd32792 + ea02d9c commit bf6f5c3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ area/storage/gcs:
3636
area/storage/azure:
3737
- registry/storage/azure
3838

39+
area/cache:
40+
- registry/storage/cache
41+
3942
area/auth:
4043
- registry/auth
4144

.github/workflows/label.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Pull Request Labeler
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
pull_request_target:
9+
10+
jobs:
11+
labeler:
12+
permissions:
13+
contents: read
14+
pull-requests: write
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/labeler@v5
18+
with:
19+
dot: true

0 commit comments

Comments
 (0)