You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
name: 'Move labeled or milestoned issue to a specific project column'
description: 'Move an newly created issue or existing issue that has been labeled or milestoned to a specific column in a project'
branding:
icon: 'move'
color: 'yellow'
inputs:
action-token:
description: 'Token for the repo. The usual secrets.GITHUB_TOKEN will not be sufficient, you must create a token that has repo permissions'
required: true
project-url:
description: 'The url of the project'
required: true
column-name:
description: 'The column that the card should end up'
required: true
label-name:
description: 'The label that specifies if an issue should be automatically moved to the column (mutually exclusive with milestone-name)'
required: false
milestone-name:
description: 'The milestone that specifies if an issue should be automatically moved to the column (mutually exclusive with label-name)'
required: false
columns-to-ignore:
description: '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'