Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Move issue to in progress when assigned #462

Move issue to in progress when assigned

Move issue to in progress when assigned #462

# See https://confluence.diamond.ac.uk/x/tJqQC for instructions if this needs a new token
name: Move issue to in progress when assigned
on:
issues:
types:
- assigned
jobs:
move_to_in_progress:
uses: ./.github/workflows/get_project_data_and_move_column.yml
with:
column_name: In Progress
issue_id: ${{ github.event.issue.node_id }}
secrets: inherit