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

Commit 2340370

Browse files
committed
more testing
1 parent f32a551 commit 2340370

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,21 @@ steps:
285285
event: pull_request
286286
link: "{{repoUrl}}/pull/6"
287287
actions:
288+
- type: octokit
289+
method: projects.listForRepo
290+
owner: "%payload.repository.owner.login%"
291+
repo: "%payload.repository.name%"
292+
action_id: projectBoard
293+
- type: octokit
294+
method: projects.listColumns
295+
project_id: "%actions.projectBoard.data.0.id%"
296+
action_id: listColumns
288297
- type: respond
289298
with: 07_explain-node.md
290299
- type: respond
291300
with: 07_use-fs.md
292301
data:
302+
columnID: "%actions.listColumns.data.0.id%"
293303
quicklink: "%payload.repository.html_url%/edit/%payload.head.ref%/.github/workflows/my-workflow.yml"
294304

295305
- title: Merge the final workflow
@@ -319,7 +329,7 @@ steps:
319329
labels: ["bug"]
320330
- type: respond
321331
with: 09_workflow-completed.md
322-
issue: It's alive!
332+
issue: 7
323333
# - type: createIssue
324334
# title: It's alive!
325335
# body: 09_workflow-triggered

0 commit comments

Comments
 (0)