Skip to content

Commit 7a69c48

Browse files
committed
add alert prop
1 parent afd0d59 commit 7a69c48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/circleci/actions/trigger-pipeline/trigger-pipeline.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default {
88
type: "action",
99
props: {
1010
circleci,
11+
alert: {
12+
type: "alert",
13+
alertType: "info",
14+
content: "Supports all integrations except GitLab.",
15+
},
1116
projectSlug: {
1217
propDefinition: [
1318
circleci,

0 commit comments

Comments
 (0)