This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ before:
1919 columns :
2020 - Triage Backlog
2121 - Triage Complete
22- store :
23- projectUrl : ' {{ result.data.html_url }}'
22+ store :
23+ projectUrl : " {{ result.data.html_url }}"
2424 - type : createIssue
2525 title : Start here!
2626 body : 00_welcome-issue.md
@@ -142,22 +142,17 @@ steps:
142142 method : projects.listForRepo
143143 owner : " %payload.repository.owner.login%"
144144 repo : " %payload.repository.name%"
145- action_id : projectBoard
146145 store :
147146 boardID : " %result.data.0.id%"
148-
149147 - type : octokit
150148 method : projects.listColumns
151- # project_id: "%actions.projectBoard.data.0.id%"
152149 project_id : " %registration.store.boardID%"
153- action_id : listColumns
154150 store :
155151 columnID : " %result.data.0.id%"
156152 - type : respond
157153 with : 03_add-to-projects.md
158154 issue : " %registration.store.secondIssueNumber%"
159155 data :
160- # columnID: "%actions.listColumns.data.0.id%"
161156 columnID : " %registration.store.columnID%"
162157 quicklink : " %payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
163158 # new pull request
You can’t perform that action at this time.
0 commit comments