diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 682c4a52..4214c628 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,5 @@ # 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-team diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0b72929..962d25be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -25,7 +25,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -36,7 +36,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -47,7 +47,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -58,7 +58,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -70,7 +70,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -82,7 +82,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -93,7 +93,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -104,7 +104,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -115,7 +115,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -127,7 +127,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -138,7 +138,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -149,7 +149,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -160,7 +160,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -172,7 +172,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -183,7 +183,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -194,7 +194,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -205,7 +205,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -217,7 +217,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -228,7 +228,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -239,7 +239,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -250,7 +250,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" @@ -262,7 +262,7 @@ updates: labels: - "type: dependencies" reviewers: - - "honeycombio/telemetry-team" + - "honeycombio/pipeline-team" commit-message: prefix: "maint" include: "scope" diff --git a/.github/workflows/add-to-project-v2.yml b/.github/workflows/add-to-project-v2.yml new file mode 100644 index 00000000..17839bdd --- /dev/null +++ b/.github/workflows/add-to-project-v2.yml @@ -0,0 +1,15 @@ +name: Add to project +on: + issues: + types: [opened] + pull_request_target: + types: [opened] +jobs: + add-to-project: + runs-on: ubuntu-latest + name: Add issues and PRs to project + steps: + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/honeycombio/projects/27 + github-token: ${{ secrets.GHPROJECTS_TOKEN }}