Default link text color does not meet A11y contrast ratio guidelines against white background #2168
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_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' |