Skip to content

Commit

Permalink
feat(telemetry): add new package to configs (#7883)
Browse files Browse the repository at this point in the history
### Description

Adds new telemetry package to github app configs
  • Loading branch information
tknickman committed Apr 2, 2024
1 parent dccfae4 commit 8a76bf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -64,6 +64,7 @@ pnpm-lock.yaml
/packages/turbo-repository @vercel/turbo-oss
/packages/turbo-tracing-next-plugin @vercel/turbopack
/packages/turbo-types @vercel/turbo-oss
/packages/turbo-telemetry @vercel/turbo-oss
/packages/turbo-utils @vercel/turbo-oss
/packages/turbo-workspaces @vercel/turbo-oss
/packages/webpack-nmt @vercel/turbopack
Expand Down
3 changes: 3 additions & 0 deletions .github/turbo-orchestrator.yml
Expand Up @@ -82,6 +82,9 @@ labeler:
- label: "pkg: turbo-repository"
when:
isAnyFilePathMatch: '^packages\/turbo-repository\/.*$'
- label: "pkg: turbo-telemetry"
when:
isAnyFilePathMatch: '^packages\/turbo-telemetry\/.*$'

# release
- label: "release: turborepo"
Expand Down
3 changes: 3 additions & 0 deletions .github/turborepo-release.yml
Expand Up @@ -26,6 +26,9 @@ changelog:
- title: "@turbo/repository"
labels:
- "pkg: turbo-repository"
- title: "@turbo/telemetry"
labels:
- "pkg: turbo-telemetry"
- title: Examples
labels:
- "area: examples"
Expand Down

0 comments on commit 8a76bf4

Please sign in to comment.