Skip to content

Commit a2b8c40

Browse files
author
LangChain4j
committed
added workflow to automatically add new PRs to the project
1 parent 2218d65 commit a2b8c40

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Add new PR to Project
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
9+
jobs:
10+
add-to-project:
11+
name: Add PR to Project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/add-to-project@v0.5.0
15+
with:
16+
project-url: https://github.com/users/langchain4j/projects/2
17+
github-token: ${{ secrets.GH_TOKEN_ADD_NEW_PRS_TO_PROJECT }}

0 commit comments

Comments
 (0)