mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Merge remote-tracking branch 'remotes/from/ce/release/1.21.x' into release/1.21.x
Some checks are pending
build / setup (push) Waiting to run
build / Check ce/* Pull Requests (push) Blocked by required conditions
build / ui (push) Blocked by required conditions
build / artifacts-ce (push) Blocked by required conditions
build / artifacts-ent (push) Blocked by required conditions
build / hcp-image (push) Blocked by required conditions
build / test (push) Blocked by required conditions
build / test-hcp-image (push) Blocked by required conditions
build / completed-successfully (push) Blocked by required conditions
CI / setup (push) Waiting to run
CI / Run Autopilot upgrade tool (push) Blocked by required conditions
CI / Run Go tests (push) Blocked by required conditions
CI / Run Go tests tagged with testonly (push) Blocked by required conditions
CI / Run Go tests with data race detection (push) Blocked by required conditions
CI / Run Go tests with FIPS configuration (push) Blocked by required conditions
CI / Test UI (push) Blocked by required conditions
CI / tests-completed (push) Blocked by required conditions
Run linters / Setup (push) Waiting to run
Run linters / Deprecated functions (push) Blocked by required conditions
Run linters / Code checks (push) Blocked by required conditions
Run linters / Protobuf generate delta (push) Blocked by required conditions
Run linters / Format (push) Blocked by required conditions
Run linters / Semgrep (push) Waiting to run
Check Copywrite Headers / copywrite (push) Waiting to run
Some checks are pending
build / setup (push) Waiting to run
build / Check ce/* Pull Requests (push) Blocked by required conditions
build / ui (push) Blocked by required conditions
build / artifacts-ce (push) Blocked by required conditions
build / artifacts-ent (push) Blocked by required conditions
build / hcp-image (push) Blocked by required conditions
build / test (push) Blocked by required conditions
build / test-hcp-image (push) Blocked by required conditions
build / completed-successfully (push) Blocked by required conditions
CI / setup (push) Waiting to run
CI / Run Autopilot upgrade tool (push) Blocked by required conditions
CI / Run Go tests (push) Blocked by required conditions
CI / Run Go tests tagged with testonly (push) Blocked by required conditions
CI / Run Go tests with data race detection (push) Blocked by required conditions
CI / Run Go tests with FIPS configuration (push) Blocked by required conditions
CI / Test UI (push) Blocked by required conditions
CI / tests-completed (push) Blocked by required conditions
Run linters / Setup (push) Waiting to run
Run linters / Deprecated functions (push) Blocked by required conditions
Run linters / Code checks (push) Blocked by required conditions
Run linters / Protobuf generate delta (push) Blocked by required conditions
Run linters / Format (push) Blocked by required conditions
Run linters / Semgrep (push) Waiting to run
Check Copywrite Headers / copywrite (push) Waiting to run
This commit is contained in:
commit
67019eace6
1 changed files with 4 additions and 2 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
|
@ -31,7 +31,6 @@
|
|||
/vault/plugin_catalog.go @hashicorp/vault-ecosystem
|
||||
|
||||
# Content on developer.hashicorp.com
|
||||
|
||||
# Web presence gets notified of, and can approve changes to web tooling, but not content.
|
||||
|
||||
/website/ @hashicorp/web-presence
|
||||
|
|
@ -40,7 +39,6 @@
|
|||
/website/content/
|
||||
|
||||
# Education gets notified of, and can approve changes to web content.
|
||||
|
||||
/website/data/ @hashicorp/vault-education-approvers
|
||||
/website/public/ @hashicorp/vault-education-approvers
|
||||
/website/content/ @hashicorp/vault-education-approvers
|
||||
|
|
@ -67,6 +65,10 @@
|
|||
/.github/ @hashicorp/team-vault-quality
|
||||
/enos/ @hashicorp/team-vault-quality
|
||||
|
||||
# Copilot instructions - exceptions to the general .github/ rule
|
||||
/.github/instructions/ @hashicorp/vault
|
||||
/.github/copilot-instructions.md @hashicorp/vault
|
||||
|
||||
# Cryptosec
|
||||
/api/auth/cert/ @hashicorp/vault-crypto
|
||||
/builtin/logical/pki/ @hashicorp/vault-crypto
|
||||
|
|
|
|||
Loading…
Reference in a new issue