Skip to content

Remove deprecated APIs #24

Remove deprecated APIs

Remove deprecated APIs #24

name: Add new PR to Project
on:
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add PR to Project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/users/langchain4j/projects/2
github-token: ${{ secrets.GH_TOKEN_ADD_NEW_PRS_TO_PROJECT }}