We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd32792 + ea02d9c commit bf6f5c3Copy full SHA for bf6f5c3
.github/labeler.yml
@@ -36,6 +36,9 @@ area/storage/gcs:
36
area/storage/azure:
37
- registry/storage/azure
38
39
+area/cache:
40
+ - registry/storage/cache
41
+
42
area/auth:
43
- registry/auth
44
.github/workflows/label.yaml
@@ -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