Skip to content

Commit

Permalink
Add Project automations workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Aug 13, 2024
1 parent b8fbc53 commit 298b79a
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 298b79a

Please sign in to comment.