From 81bb976fbdadc096b46efa5a8ba6c9dc321452cd Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Fri, 8 Dec 2023 16:25:00 -0500 Subject: [PATCH] maint: update codeowners to pipeline (#233) update codeowners to pipeline --- .github/CODEOWNERS | 2 +- .github/workflows/add-to-project-v2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 451f124..c044d6d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # This file controls who is tagged for review for any given pull request. # For anything not explicitly taken by someone else: -* @honeycombio/telemetry-team +* @honeycombio/pipeline diff --git a/.github/workflows/add-to-project-v2.yml b/.github/workflows/add-to-project-v2.yml index 5d56920..17839bd 100644 --- a/.github/workflows/add-to-project-v2.yml +++ b/.github/workflows/add-to-project-v2.yml @@ -11,5 +11,5 @@ jobs: steps: - uses: actions/add-to-project@main with: - project-url: https://github.com/orgs/honeycombio/projects/11 + project-url: https://github.com/orgs/honeycombio/projects/27 github-token: ${{ secrets.GHPROJECTS_TOKEN }}