Skip to content

Commit

Permalink
chore: fix codeowners file (#535)
Browse files Browse the repository at this point in the history
* remove explicit codeownership for the1bit

* ignore more files in gha
  • Loading branch information
k15r authored Mar 14, 2024
1 parent 0347ee0 commit f29845f
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
pull_request:
branches:
- main
Expand All @@ -21,6 +27,12 @@ on:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT

jobs:
wait-until-build-succeeds:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT

permissions:
contents: read
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pull-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT

jobs:
upgrade-test:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/pull-target-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ on:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"

- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
jobs:
is-pr-approved:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/push-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT

jobs:
get-latest-release:
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
pull_request:
branches:
- main
Expand All @@ -21,7 +27,12 @@ on:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"

- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
jobs:
unit-test:
uses: kyma-project/eventing-tools/.github/workflows/unit-test-reusable.yml@main
8 changes: 4 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

*.md @kyma-project/technical-writers

*.sh @kyma-project/eventing @the1bit
*.sh @kyma-project/eventing

/.github/ @kyma-project/eventing @the1bit
/.github/ @kyma-project/eventing

/.version @kyma-project/eventing @the1bit
/.version @kyma-project/eventing

/.sec-scanners-config.yaml @kyma-project/eventing @the1bit
/.sec-scanners-config.yaml @kyma-project/eventing

0 comments on commit f29845f

Please sign in to comment.