Skip to content

Add note to takeoff section of beginner's guide explaining call buttons will set cabin as ready #332

Add note to takeoff section of beginner's guide explaining call buttons will set cabin as ready

Add note to takeoff section of beginner's guide explaining call buttons will set cabin as ready #332

Workflow file for this run

name: Automate issues to specified project column
on: [issues]
jobs:
github-actions-automate-projects:
runs-on: ubuntu-latest
steps:
- name: add-new-issues-to-repository-based-project-column
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
if: github.event_name == 'issues' && github.event.action == 'opened'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PROJECT_URL: https://github.com/flybywiresim/docs/projects/1
GITHUB_PROJECT_COLUMN_NAME: To do