Skip to content

Commit

Permalink
Merge pull request #1204 from FlowFuse/ci-project-automation-workflow
Browse files Browse the repository at this point in the history
Add `Project automations` workflow
  • Loading branch information
joepavitt authored Aug 13, 2024
2 parents b8fbc53 + 298b79a commit cd5d1ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit cd5d1ce

Please sign in to comment.