srggrs / assign-one-project-github-action

Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: specify position of card in column

swanson opened this issue · 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.

commented

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

commented

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)