diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml index 10d975eee..5c4eb66dc 100644 --- a/.github/workflows/project_automation.yml +++ b/.github/workflows/project_automation.yml @@ -14,7 +14,9 @@ jobs: steps: - name: Add new issue to the Backlog 🗂 project board if: github.event_name == 'issues' && github.event.action == 'opened' - run: gh issue edit $ISSUE --add-project "Backlog 🗂" + run: | + gh issue edit $ISSUE --add-project "Backlog 🗂" + gh issue edit $ISSUE --add-project "Issues Firmware" env: ISSUE: ${{github.event.issue.html_url}} GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}