fix: fix ETA of TO waypoint display on ND #1844
Workflow file for this run
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 | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- ready_for_review | |
jobs: | |
ready-for-review: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.draft == false | |
steps: | |
- name: ready for code review | |
uses: docker://misterchocker/project-automation:sandbox | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GITHUB_PROJECT_URL: https://github.com/flybywiresim/aircraft/projects/4 | |
GITHUB_PROJECT_COLUMN_NAME: "🟡 Code Review: Ready for Review" |