Skip to content

Commit 927bc5c

Browse files
authored
Remove crate-owner-add workflow (#455)
* Add .worktrees/ to .gitignore Made-with: Cursor * Remove crate-owner-add workflow Owner has been successfully added to all related crates (redis-module, redis-module-macros, redis-module-macros-internals). This one-time workflow is no longer needed. Made-with: Cursor
1 parent 3ce51e4 commit 927bc5c

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

.github/workflows/crate-owner-add.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ dump.rdb
2323
.gdb_history
2424

2525
venv/
26+
27+
# Git worktrees
28+
.worktrees/

0 commit comments

Comments
 (0)