Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 6e2eb7c

Browse files
author
Jim Clark
committed
Switch to triggers
1 parent 0382a27 commit 6e2eb7c

File tree

4 files changed

+2
-50
lines changed

4 files changed

+2
-50
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ index.js
99
**/.DS_Store*
1010
.clj-kondo
1111
.lsp
12+
/.atomist/

graphql/subscription/OnSchedule.graphql

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

graphql/subscription/onPush.graphql

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

skill.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Automatically replace strings in files based on a regular expression.\n- Update configuration, code, documentation or any file in your codebase\n- Rename packages across an entire codebase\n- Update information needing periodic revision like dates, licenses, comment blocks\n",
3131
:title "String Replace",
3232
:author "Atomist",
33+
:triggers ["OnAnyPush" "OnSchedule"]
3334
:commands
3435
[{:name "StringReplaceSkill",
3536
:description "Invoke the StringReplaceSkill on a linked repository",

0 commit comments

Comments
 (0)