From 371b0a8f43e862d2f24316b9c57ec4cc6ae0595c Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Fri, 12 Jun 2026 12:48:21 +0200 Subject: [PATCH] Add project-automation workflow --- .github/workflows/project-automation.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/project-automation.yml diff --git a/.github/workflows/project-automation.yml b/.github/workflows/project-automation.yml new file mode 100644 index 0000000..bb77889 --- /dev/null +++ b/.github/workflows/project-automation.yml @@ -0,0 +1,11 @@ +name: Project automations +on: + issues: + types: + - opened +jobs: + add_issue_to_relevant_boards: + uses: flowfuse/github-actions-workflows/.github/workflows/project-automation.yaml@project-automation/v1 + secrets: + app-client-id: ${{ secrets.GH_BOT_APP_ID }} + app-private-key: ${{ secrets.GH_BOT_APP_KEY }}