Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ CMakeLists.txt @NVIDIA/cuvs-cmake-codeowners
cpp/scripts/run-cmake-format.sh @NVIDIA/cuvs-cmake-codeowners

#CI code owners
/.coderabbit.yaml @NVIDIA/adi-ci-codeowners
/.github/ @NVIDIA/adi-ci-codeowners
/ci/ @NVIDIA/adi-ci-codeowners
/.shellcheckrc @NVIDIA/adi-ci-codeowners
/.coderabbit.yaml @NVIDIA/adi-ci-codeowners
/.yamllint.yaml @NVIDIA/adi-ci-codeowners
/ci/ @NVIDIA/adi-ci-codeowners

#packaging code owners
/.pre-commit-config.yaml @NVIDIA/adi-packaging-codeowners
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
permissions:
contents: read
secrets:
GPUTESTER_CRATES_TOKEN: ${{ secrets.GPUTESTER_CRATES_TOKEN }}
GPUTESTER_CRATES_TOKEN: ${{ secrets.GPUTESTER_CRATES_TOKEN }}
uses: ./.github/workflows/publish-rust.yaml
docs-build:
if: github.ref_type == 'branch'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: "Pull Request Labeler"
# incorrectly. These usages are ok and don't execute any PR-specific
# code (and so aren't susceptible to exploits from forked PRs)
on: # zizmor: ignore[dangerous-triggers]
- pull_request_target
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
7 changes: 7 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- '!.github/workflows/trigger-breaking-change-alert.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!Dockerfile'
- '!SECURITY.md'
- '!ci/build_wheel*.sh'
Expand All @@ -122,6 +123,7 @@ jobs:
- '!.github/workflows/trigger-breaking-change-alert.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!Dockerfile'
- '!README.md'
- '!SECURITY.md'
Expand Down Expand Up @@ -160,6 +162,7 @@ jobs:
- '!.github/workflows/trigger-breaking-change-alert.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!CODEOWNERS'
- '!Dockerfile'
- '!README.md'
Expand Down Expand Up @@ -209,6 +212,7 @@ jobs:
- '!.github/workflows/update-c-abi-baseline.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!ci/build_go.sh'
- '!ci/build_java.sh'
- '!ci/build_rust.sh'
Expand Down Expand Up @@ -251,6 +255,7 @@ jobs:
- '!.github/workflows/trigger-breaking-change-alert.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!ci/build_cpp.sh'
- '!ci/build_docs.sh'
- '!ci/build_go.sh'
Expand Down Expand Up @@ -298,6 +303,7 @@ jobs:
- '!.github/workflows/trigger-breaking-change-alert.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!CODEOWNERS'
- '!Dockerfile'
- '!README.md'
Expand Down Expand Up @@ -340,6 +346,7 @@ jobs:
- '!.github/workflows/trigger-breaking-change-alert.yaml'
- '!.pre-commit-config.yaml'
- '!.shellcheckrc'
- '!.yamllint.yaml'
- '!CODEOWNERS'
- '!Dockerfile'
- '!README.md'
Expand Down
Loading
Loading