Skip to content

Commit

Permalink
chore: add project automation
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Apr 1, 2024
1 parent 169c4f7 commit 7a451fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: project-management

on:
issues:
types: [opened]

jobs:
project-mgmt:
uses: ConduitIO/automation/.github/workflows/project-automation.yml@main
secrets:
project-automation-token: ${{ secrets.PROJECT_AUTOMATION }}

0 comments on commit 7a451fa

Please sign in to comment.