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

Commit 8da48f2

Browse files
committed
add joke step to config
1 parent ccbadbb commit 8da48f2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,18 @@ steps:
267267
data:
268268
workflowFile: "%payload.repository.html_url%/edit/%actions.apiPr.data.head.ref%/.github/workflows/my-workflow.yml"
269269
actionsUrl: "%payload.repository.html_url%/actions"
270+
271+
- title: Having Actions tell a joke... or two
272+
description: Wait for your Action to present you with a joke
273+
event: pull_request.synchronize
274+
# link: "{{ repoUrl }}/pull/2"
275+
actions:
276+
- type: gate
277+
left: "%payload.check_suite.app.name%"
278+
operator: ===
279+
right: "GitHub Actions"
280+
- type: respond
281+
with: 12_trigger-workflow.md
282+
issue: External APIs
283+
data:
284+
actionsUrl: "%payload.repository.html_url%/actions"

0 commit comments

Comments
 (0)