Skip to content

test commit

test commit #2

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/[email protected]
with:
project-url: https://github.com/users/langchain4j/projects/2
github-token: ${{ secrets.GITHUB_TOKEN }}