Skip to content

Commit

Permalink
[chore] remove bash script to check codeowners, use githubgen (open-t…
Browse files Browse the repository at this point in the history
…elemetry#37779)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This bash script precedes githubgen. It is now outdated and can be
removed in favor of githubgen moving forward.

<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes open-telemetry#37757
  • Loading branch information
atoulme authored Feb 7, 2025
1 parent 943ee27 commit b589bef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ jobs:
- run: make genotelcontribcol
- name: Check Collector Module Version
run: ./.github/workflows/scripts/check-collector-module-version.sh
check-codeowners:
runs-on: ubuntu-24.04
needs: [setup-environment]
steps:
- uses: actions/checkout@v4
- name: Check Code Owner Existence
run: ./.github/workflows/scripts/check-codeowners.sh check_code_owner_existence
- name: Check Component Existence
run: ./.github/workflows/scripts/check-codeowners.sh check_component_existence
- name: Validate Allowlist entries
run: ./.github/workflows/scripts/check-codeowners.sh check_entries_in_allowlist
lint-matrix:
strategy:
fail-fast: false
Expand Down
103 changes: 0 additions & 103 deletions .github/workflows/scripts/check-codeowners.sh

This file was deleted.

0 comments on commit b589bef

Please sign in to comment.