pauldruziak/Move labeled or milestoned pull request to a specific project column
Move pull request 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 | no | — |
| label-name | The label that specifies if an pull request should be automatically moved to the column (mutually exclusive with milestone-name). Use `*` to use it with any label | no | — |
| milestone-name | The milestone that specifies if an pull request should be automatically moved to the column (mutually exclusive with label-name) | no | — |
| delete-card | "true" if you want to delete the card from the project | no | — |
| columns-to-ignore | Comma separated list of columns to ignore. If a card/pull request is already in one of these columns, it will not be moved. Use `*` to ignore all columns | no | — |
Outputs
no outputs