From 4fd8673f80d77b4f8af888367ec1c1eabf5eb3f9 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Fri, 8 Dec 2023 11:28:50 -0500 Subject: [PATCH 1/2] maint: update codeowners to pipeline --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1b1f343548aeb349e17a3d15b24566ff46e73328 Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Fri, 8 Dec 2023 12:52:19 -0500 Subject: [PATCH 2/2] Update add-to-project-v2.yml --- .github/workflows/add-to-project-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}