Next.js Link component and Button #2079
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |