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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenPersonal Access Token to access the repository and projects board.yes
project-urlThe URL of the GitHub Project (V2).yes
target-labelsComma-separated list of labels that should trigger the action (e.g., "Size: Small, Size: Medium").yes
target-columnThe target column name to move the issue to when labeled (e.g., "Candidates for Ready").yes
ignored-columnsComma-separated list of column names to ignore (e.g., "Ready, In Progress, In Review, Done").yes
default-columnThe column to move the issue to when a target label is removed. If not specified, no action will be taken on unlabeling.no
issue-numberThe issue number to use. Useful for triggering on PRsno
skip-if-not-in-projectIf set to "true", skip moving the issue if it is not already in the project.nofalse

no outputs