Skip to content

Commit

Permalink
[Release] Synchronize for release
Browse files Browse the repository at this point in the history
  • Loading branch information
reboot-dev-bot committed Nov 11, 2024
1 parent 4b276dc commit 8577ddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
# Run CI on pull requests. Passing checks will be required to merge.
branches:
- "**"
merge_group:
# Required if we want to use GitHub's Merge Queue feature. See:
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions

concurrency:
# Have at most one of these workflows running per branch, cancelling older
Expand Down
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This `BUILD.bazel` file allows a `bazel` system (configured outside of this
# repository) to use code in this directory and its subdirectories.

load("@com_github_reboot_dev_respect//reboot/examples:rules.bzl", "write_templated_source_file")
load("@com_github_reboot_dev_mono//reboot/examples:rules.bzl", "write_templated_source_file")

filegroup(
name = "everything",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
requires-python = ">= 3.10"
dependencies = [
"reboot==0.18.0",
"reboot==0.18.1",
]

[tool.rye]
dev-dependencies = [
"mypy==1.2.0",
"pytest>=7.4.2",
"types-protobuf>=4.24.0.20240129",
"reboot==0.18.0",
"reboot==0.18.1",
]

# This project only uses `rye` to provide `python` and its dependencies, so
Expand Down

0 comments on commit 8577ddc

Please sign in to comment.