Skip to content

Commit c8cb578

Browse files
committed
Pin DeployBot v0.2.23 runtime
1 parent de08197 commit c8cb578

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ integration PRs, follows `main` through production, and pauses after failures.
1111

1212
## Install
1313

14-
Install the reviewed `v0.2.22` source commit directly from GitHub:
14+
Install the reviewed `v0.2.23` source commit directly from GitHub:
1515

1616
```bash
1717
python3 -m pip install \
18-
'deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@c51d5d3008c992d7787a26508fac0d3afe65e30b'
18+
'deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@de0819770c2496b5048488c2a6a207be0378af06'
1919
deploybot init
2020
```
2121

@@ -95,7 +95,7 @@ worker can dispatch deployment when GitHub suppresses the `workflow_run` event
9595
for token-dispatched CI. Pin the Action to the full reviewed release commit:
9696

9797
```yaml
98-
- uses: Forward-Future/DeployBot@c51d5d3008c992d7787a26508fac0d3afe65e30b
98+
- uses: Forward-Future/DeployBot@de0819770c2496b5048488c2a6a207be0378af06
9999
```
100100
101101
The Action uses GitHub's built-in workflow token. GitHub intentionally does not

adapters/claude-code/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command": "uvx",
55
"args": [
66
"--from",
7-
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@c51d5d3008c992d7787a26508fac0d3afe65e30b",
7+
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@de0819770c2496b5048488c2a6a207be0378af06",
88
"deploybot-mcp"
99
]
1010
}

adapters/cursor/.cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command": "uvx",
55
"args": [
66
"--from",
7-
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@c51d5d3008c992d7787a26508fac0d3afe65e30b",
7+
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@de0819770c2496b5048488c2a6a207be0378af06",
88
"deploybot-mcp"
99
]
1010
}

examples/github-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
with:
7878
ref: ${{ github.event.repository.default_branch }}
7979
persist-credentials: false
80-
# v0.2.22 implementation; keep the full commit for privileged workflows.
81-
- uses: Forward-Future/DeployBot@c51d5d3008c992d7787a26508fac0d3afe65e30b
80+
# v0.2.23 implementation; keep the full commit for privileged workflows.
81+
- uses: Forward-Future/DeployBot@de0819770c2496b5048488c2a6a207be0378af06
8282
with:
8383
# PR and review events reconcile quickly. Only release-owner events
8484
# stay attached to cumulative main through CI and deployment.

tests/test_skill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ROOT = Path(__file__).resolve().parents[1]
1010
CANONICAL = ROOT / "skills" / "deploybot" / "SKILL.md"
11-
RELEASE_COMMIT = "c51d5d3008c992d7787a26508fac0d3afe65e30b"
11+
RELEASE_COMMIT = "de0819770c2496b5048488c2a6a207be0378af06"
1212
CHECKOUT_COMMIT = "9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0"
1313

1414

0 commit comments

Comments
 (0)