Skip to content

Create card for our bounty tracking board#266

Merged
xcorail merged 2 commits intomainfrom
createcard
Feb 5, 2021
Merged

Create card for our bounty tracking board#266
xcorail merged 2 commits intomainfrom
createcard

Conversation

@xcorail
Copy link
Copy Markdown
Contributor

@xcorail xcorail commented Feb 4, 2021

No description provided.

core.debug(`comment created ${issueCommentResponse3.data.url}`)
}
const issueCard = await octokit.projects.createCard({
column_id: (issue.labels.includes(BOUNTY_LABELS[1]))? 10205381 : 10205379,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That are two very magic values :D
Out out of interest, what are they for?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True. Column ids in our internal tracking board.

@xcorail xcorail merged commit c3520ee into main Feb 5, 2021
@xcorail xcorail deleted the createcard branch February 5, 2021 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants