{Freeway-Bug}[Adaptive Cards> FlightDetails.Json]: Luminosity ratio of 'Flight to JFK text is 3.269:1 which is less than 4.5:1. #1570
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
on: | |
issues: | |
types: opened | |
jobs: | |
assign_issue_to_project: | |
runs-on: ubuntu-latest | |
name: Assign new issue to Triage Needed | |
steps: | |
- name: Create new project card with issue | |
id: list | |
uses: qmacro/action-add-issue-to-project-column@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
project: 'Triage' | |
column: 'Not Triaged' |