Skip to content

Default link text color does not meet A11y contrast ratio guidelines against white background #2165

Default link text color does not meet A11y contrast ratio guidelines against white background

Default link text color does not meet A11y contrast ratio guidelines against white background #2165

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'