assign-one-project-github-action icon indicating copy to clipboard operation
assign-one-project-github-action copied to clipboard

Feature request: specify position of card in column

Open swanson opened this issue 5 years ago • 2 comments

Looks like it's possible to pick the position of a card via API: https://developer.github.com/v3/projects/cards/#move-a-project-card

Ideally, I'd like to be able to assign an issue to a project into a specific column (which works great!) but put it at the bottom. Currently this action puts the card at the top of the column.

swanson avatar Nov 13 '20 00:11 swanson

Thank you for requesting this. I can look into it next month! Anyhow I welcome new PRs

srggrs avatar Nov 22 '20 05:11 srggrs

Thank you for this suggestion.

From the API documentation seems you can move it a the bottom only after the card has been created (card creation docs do not have a parameter, while moving card docs does)

srggrs avatar Jan 25 '21 08:01 srggrs