From 298b79af74c50e118c7936c3f62e75d03e4796b4 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Tue, 13 Aug 2024 12:43:49 +0200 Subject: [PATCH] Add `Project automations` workflow --- .github/workflows/project-automation.yml | 10 ++++++++++ 1 file changed, 10 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 000000000..4d09e567d --- /dev/null +++ b/.github/workflows/project-automation.yml @@ -0,0 +1,10 @@ +name: Project automations +on: + issues: + types: + - opened +jobs: + add_to_product_board: + uses: flowfuse/.github/.github/workflows/project-automation.yml@main + secrets: + token: ${{ secrets.PROJECT_ACCESS_TOKEN }}