actions-marketplace-validations/Move labeled or milestoned issue to a specific project column by arno
Move an newly created issue or existing issue that has been labeled or milestoned to a specific column in a project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action-token | Token for the repo. The usual secrets.GITHUB_TOKEN will not be sufficient, you must create a token that has repo permissions | yes | — |
| project-url | The url of the project | yes | — |
| column-name | The column that the card should end up | yes | — |
| label-name | The label that specifies if an issue should be automatically moved to the column (mutually exclusive with milestone-name) | no | — |
| milestone-name | The milestone that specifies if an issue should be automatically moved to the column (mutually exclusive with label-name) | no | — |
| columns-to-ignore | Comma separated list of columns to ignore. If a card/issue is already in one of these columns, it will not be moved. Use `*` to ignore all columns | no | — |
Outputs
no outputs