Skip to content

Commit 257ce53

Browse files
committed
chore: Rename /project:update-bolt command to /project:vendor-bolt
1 parent bd958bf commit 257ce53

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
- "dependencies"
1414
ignore:
1515
- dependency-name: "slack-bolt"
16-
# Vendored from bolt-python main — managed via /project:update-bolt
16+
# Vendored from bolt-python main — managed via /project:vendor-bolt
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ This repo uses a vendored (pre-release) build of `slack-bolt` from the [bolt-pyt
3939
To update the vendored bolt-python to the latest `main`, run the Claude Code slash command:
4040

4141
```
42-
/project:update-bolt
42+
/project:vendor-bolt
4343
```

0 commit comments

Comments
 (0)