Skip to content

Strict mode should be enabled in Storybook #2173

Strict mode should be enabled in Storybook

Strict mode should be enabled in Storybook #2173

name: Project Automation - Move Issues
on:
issues:
types: [labeled]
jobs:
Move_labeled_issues:
runs-on: ubuntu-latest
steps:
- name: Move issue to project column
uses: m7kvqbe1/[email protected]
with:
github-token: ${{ secrets.GHA_ISSUES_TOKEN }}
project-url: 'https://github.com/orgs/Royal-Navy/projects/9'
target-labels: 'Size: Small, Size: Medium'
target-column: 'Candidates for Ready'
ignored-columns: 'Ready, In Progress, In Review, Done'