actions-marketplace-validations/GitHub Projects Column Mirror
Reflects all changes to a source project column in a target project column
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| source_column_id | Id of the source project column | yes | — |
| target_column_id | Id of the target project column | yes | — |
| github_token | GitHub token to use for authenticated API calls | no | ${{ github.token }} |
| type_filter | Filter to a single card type, either 'note' or 'content' | no | — |
| label_filter | Filter to cards containing matching labels | no | — |
| content_filter | Filter to cards with matching note content or issue/PR title | no | — |
| state_filter | Filter to cards with matching issue or PR state, either 'open' or 'closed' | no | — |
| automation_notice | Set to 'true' to automatically add an automation notice to the target column | no | true |
| source_column_notices | Set to 'true' to automatically add a "header" notice for each source to the target column | no | true |
Outputs
no outputs