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

Commit bb79bb0

Browse files
committed
adding column list step
1 parent 6c4d406 commit bb79bb0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ steps:
141141
owner: "%payload.repository.owner.login%"
142142
repo: "%payload.repository.name%"
143143
action_id: projectBoard
144-
# - type: octokit
145-
# method: projects.listColumns
146-
# project_id: "%actions.projectBoard.data[0].id%"
147-
# action_id: listColumns
144+
- type: octokit
145+
method: projects.listColumns
146+
project_id: "%actions.projectBoard.data[0].id%"
147+
action_id: listColumns
148148
- type: respond
149149
with: 03_add-to-projects.md
150150
issue: 3

responses/01_merge-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ When you are ready, merge this pull request.
1515
Once you have merged this pull request I will open a new issue so we can see this workflow in action!
1616

1717
Oh, I'll also be responding to you from that issue!
18+
19+
<details><summary>Trouble merging?</summary>Try refreshing the page!</details>

0 commit comments

Comments
 (0)