diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index 503ccaa9e5699..7e282442d7b54 100644 --- a/.github/turbo-orchestrator.yml +++ b/.github/turbo-orchestrator.yml @@ -79,6 +79,9 @@ labeler: - label: "pkg: turbo-workspaces" when: isAnyFilePathMatch: '^packages\/turbo-workspaces\/.*$' + - label: "pkg: turbo-repository" + when: + isAnyFilePathMatch: '^packages\/turbo-repository\/.*$' events: onPublish: turbo: diff --git a/.github/turborepo-release.yml b/.github/turborepo-release.yml index 363328b0c9609..99f73830bfc40 100644 --- a/.github/turborepo-release.yml +++ b/.github/turborepo-release.yml @@ -22,6 +22,9 @@ changelog: - title: "eslint" labels: - "pkg: turbo-eslint" + - title: "@turbo/repository" + labels: + - "pkg: turbo-repository" - title: Examples labels: - "area: examples"