Skip to content

Update Toasts to look the same as Alert #2080

Update Toasts to look the same as Alert

Update Toasts to look the same as Alert #2080

name: Project Automation - move issues
on:
issues:
types: [labeled]
jobs:
Move_labelled_issues:
runs-on: ubuntu-latest
steps:
- name: Move small/med labeled issues to Candidates column
uses: Royal-Navy/design-system-moveissue-action@master
with:
action-token: '${{ secrets.GHA_ISSUES_TOKEN }}'
project-url: 'https://github.com/Royal-Navy/design-system/projects/6'
column-name: 'Candidates for Ready'
label-name: 'Size: Small,Size: Medium'
columns-to-ignore: 'Ready,In Progress,In Review,Done'