Skip to content

Commit

Permalink
Merge branch 'master' into rjb/sock-proxy-on-the-api-bns
Browse files Browse the repository at this point in the history
  • Loading branch information
r-birkner authored Oct 25, 2024
2 parents 99f044f + a00685b commit e93499f
Show file tree
Hide file tree
Showing 121 changed files with 4,898 additions and 3,846 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/.devcontainer/ @dfinity/idx
/buf.yaml @dfinity/ic-message-routing-owners
/cpp/ @dfinity/node
/hs/ @dfinity/utopia
/hs/spec_compliance @dfinity/research
/licenses/ @dfinity/idx
/bin/ict @dfinity/idx
/bin/ @dfinity/idx
Expand Down Expand Up @@ -230,6 +230,7 @@ go_deps.bzl @dfinity/idx
/rs/test_utilities/src/cycles_account_manager.rs @dfinity/execution
/rs/test_utilities/types/src/batch/ @dfinity/consensus
/rs/tests/ @dfinity/idx
/rs/tests/research @dfinity/research @dfinity/idx
/rs/tests/dashboards/IC/execution-metrics.json @dfinity/execution @dfinity/idx
/rs/tests/dashboards/IC/bitcoin.json @dfinity/execution @dfinity/idx
/rs/tests/driver/src/driver/simulate_network.rs @dfinity/networking
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows-source/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
id: pre-commit
shell: bash
run: ./ci/scripts/pre-commit.sh
env:
CI_OVERRIDE_BUF_BREAKING: ${{ contains(github.event.pull_request.labels.*.name, 'CI_OVERRIDE_BUF_BREAKING') }}

dependencies-check:
name: Dependency Scan for PR
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
id: pre-commit
shell: bash
run: ./ci/scripts/pre-commit.sh
env:
CI_OVERRIDE_BUF_BREAKING: ${{ contains(github.event.pull_request.labels.*.name, 'CI_OVERRIDE_BUF_BREAKING') }}
dependencies-check:
name: Dependency Scan for PR
runs-on:
Expand Down
Loading

0 comments on commit e93499f

Please sign in to comment.