Skip to content

Commit 953c683

Browse files
authored
[ci] Adds google_adsense to labeler.yml (#8231)
Updates some CI config for `package:google_adsense`: * Configures `labeler.yaml` to add `p: google_adsense` to PRs with changes to `packages/google_adsense` * Adds me to CODEOWNERS of the package.
1 parent 71a2e70 commit 953c683

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
- any-glob-to-any-file:
9090
- packages/go_router_builder/**/*
9191

92+
'p: google_adsense':
93+
- changed-files:
94+
- any-glob-to-any-file:
95+
- packages/google_adsense/**
96+
9297
'p: google_identity_services':
9398
- changed-files:
9499
- any-glob-to-any-file:

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages/flutter_migrate/** @stuartmorgan
1818
packages/flutter_template_images/** @stuartmorgan
1919
packages/go_router/** @chunhtai
2020
packages/go_router_builder/** @chunhtai
21-
packages/google_adsense/** @sokoloff06
21+
packages/google_adsense/** @sokoloff06 @ditman
2222
packages/google_identity_services_web/** @ditman
2323
packages/google_maps_flutter/** @stuartmorgan
2424
packages/google_sign_in/** @stuartmorgan

0 commit comments

Comments
 (0)