m7kvqbe1/Move Issue to Project Column
A GitHub Action to move issues between GitHub Projects V2 columns based on labeling and unlabeling events.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Personal Access Token to access the repository and projects board. | yes | — |
| project-url | The URL of the GitHub Project (V2). | yes | — |
| target-labels | Comma-separated list of labels that should trigger the action (e.g., "Size: Small, Size: Medium"). | yes | — |
| target-column | The target column name to move the issue to when labeled (e.g., "Candidates for Ready"). | yes | — |
| ignored-columns | Comma-separated list of column names to ignore (e.g., "Ready, In Progress, In Review, Done"). | yes | — |
| default-column | The column to move the issue to when a target label is removed. If not specified, no action will be taken on unlabeling. | no | — |
| issue-number | The issue number to use. Useful for triggering on PRs | no | — |
| skip-if-not-in-project | If set to "true", skip moving the issue if it is not already in the project. | no | false |
Outputs
no outputs