This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments