Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerguer committed Feb 11, 2025
2 parents 8a768f9 + 67be473 commit a862705
Show file tree
Hide file tree
Showing 126 changed files with 4,261 additions and 2,966 deletions.
4 changes: 2 additions & 2 deletions .github/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"template": "${{CHANGELOG}}\n## Other\n\n${{UNCATEGORIZED}}\n## Full Changelog:\n ${{RELEASE_DIFF}}",
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) by @${{AUTHOR}}",
"empty_template": "- No changes",
"max_pull_requests": 100,
"max_back_track_time_days": 60
"max_pull_requests": 500,
"max_back_track_time_days": 120
}
6 changes: 3 additions & 3 deletions .github/scripts/matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ def __init__(
),
Case(
name="integration",
filter="kind(test) & !test(/issue|forge_std|ext_integration/)",
filter="kind(test) & !test(/\\b(issue|ext_integration)/)",
n_partitions=3,
pr_cross_platform=True,
),
Case(
name="integration / issue-repros",
filter="package(=forge) & test(~issue)",
filter="package(=forge) & test(/\\bissue/)",
n_partitions=2,
pr_cross_platform=False,
),
Case(
name="integration / external",
filter="package(=forge) & test(~ext_integration)",
filter="package(=forge) & test(/\\bext_integration/)",
n_partitions=2,
pr_cross_platform=False,
),
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ jobs:
deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
with:
# Clear out arguments to not pass `--all-features` to `cargo deny`.
# Many crates have an `openssl` feature which enables banned dependencies.
deny-flags: ""


check-ci-install:
Expand Down
Loading

0 comments on commit a862705

Please sign in to comment.