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.
MIT License
169 stars 60 forks source link

Feature request: specify position of card in column #54

Open swanson opened 3 years ago

swanson commented 3 years ago

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.

srggrs commented 3 years ago

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

srggrs commented 3 years ago

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)