Skip to content
Merged
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
2 changes: 1 addition & 1 deletion BRANCHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Notes:
- Do not add `Validate Governance Policy Consistency` as a global required branch-protection check because it is intentionally path-filtered; require it only on governance-touching PRs.

4. Protect tags
- Reserve release tags (for example `v*`) to maintainers only.
- Release tags (`v*`) are protected by the `tag-protection` ruleset: creation is restricted to maintainers, deletion and force-update are blocked for all actors.

## Merge Flow

Expand Down
1 change: 1 addition & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ libs = ["lib"]
no_match_path = "test/never/**"

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@




Comment thread
iap marked this conversation as resolved.
Loading