Skip to content

Create conversations and conversation_messages table migration #76

Create conversations and conversation_messages table migration

Create conversations and conversation_messages table migration #76

Workflow file for this run

name: Auto-add issues to project
on:
issues:
types: [opened]
permissions:
contents: read
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to Trading Agent Implementation project
uses: actions/add-to-project@v1
with:
project-url: https://github.com/users/PatrickFanella/projects/2
github-token: ${{ secrets.PROJECT_PAT }}