Skip to content

Commit b589bef

Browse files
authored
[chore] remove bash script to check codeowners, use githubgen (#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. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes #37757
1 parent 943ee27 commit b589bef

File tree

2 files changed

+0
-114
lines changed

2 files changed

+0
-114
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,6 @@ jobs:
5252
- run: make genotelcontribcol
5353
- name: Check Collector Module Version
5454
run: ./.github/workflows/scripts/check-collector-module-version.sh
55-
check-codeowners:
56-
runs-on: ubuntu-24.04
57-
needs: [setup-environment]
58-
steps:
59-
- uses: actions/checkout@v4
60-
- name: Check Code Owner Existence
61-
run: ./.github/workflows/scripts/check-codeowners.sh check_code_owner_existence
62-
- name: Check Component Existence
63-
run: ./.github/workflows/scripts/check-codeowners.sh check_component_existence
64-
- name: Validate Allowlist entries
65-
run: ./.github/workflows/scripts/check-codeowners.sh check_entries_in_allowlist
6655
lint-matrix:
6756
strategy:
6857
fail-fast: false

.github/workflows/scripts/check-codeowners.sh

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)