Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 247e241

Browse files
committed
add step to trigger third workflow
1 parent 649ed69 commit 247e241

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,15 @@ steps:
354354
with: 14_create-js-files.md
355355
- type: respond
356356
with: 14_js-files-activity.md
357+
358+
- title: Trigger the third Action
359+
description: Add a pull request label to trigger the workflow
360+
event: pull_request.synchronize
361+
# link: "{{ repoUrl }}/pull/2"
362+
actions:
363+
- type: gate
364+
left: "%payload.pull_request.title%"
365+
operator: ===
366+
right: Use Outputs
367+
- type: respond
368+
with: 15_add-a-label.md

0 commit comments

Comments
 (0)