Autopilot mode, switch Auto Mode, control_buttons display error #96
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: Move opened issues into OpenBot - To do | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
automate-project-columns: | |
runs-on: ubuntu-latest | |
# Check we are not on a fork | |
if: github.repository == 'isl-org/OpenBot' | |
steps: | |
- uses: alex-page/[email protected] | |
with: | |
project: OpenBot | |
column: To do | |
repo-token: ${{ secrets.GH_TOKEN }} |