actions-marketplace-validations/Move Issues to Column
Move given issues to a specified column
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 28, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/kin_gh-action-move-issues-to-column@3837410c959b15a734858d0e1d3a8d05a4b1a212 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Token with permissions to access issue information in repo | yes | — |
| project-name | Case insensitive string with the name of the Github Project | yes | — |
| target-column | Case insensitive string with name of the column in the project issues should be moved to | yes | — |
| target-column-id | Id of the column in the project issues should be moved to | no | — |
| issues | Optional arrray of issue event/webhook payloads as an alternative to using the trigger event payload | no | [] |
Outputs
no outputs