From e040b6779918ac208fc78014a409bdb3506e5d19 Mon Sep 17 00:00:00 2001 From: Agents Agent Date: Mon, 29 Jun 2026 14:00:43 +0000 Subject: [PATCH] ci: add Project auto-add caller --- .github/workflows/add-to-project.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 896ec6f..c206e13 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -10,11 +10,16 @@ 'types': - 'opened' - 'reopened' + - 'ready_for_review' 'permissions': 'contents': 'read' 'jobs': 'add-to-project': - 'uses': 'JorisJonkers-dev/github-workflows/.github/workflows/add-to-project.yml@v0.8.1' - 'secrets': 'inherit' + 'uses': 'JorisJonkers-dev/github-workflows/.github/workflows/add-to-project.yml@main' + 'with': + 'project-url': 'https://github.com/orgs/JorisJonkers-dev/projects/2' + 'secrets': + 'PROJECT_AUTOMATION_APP_ID': '${{ secrets.RELEASE_APP_ID }}' + 'PROJECT_AUTOMATION_APP_PRIVATE_KEY': '${{ secrets.RELEASE_APP_PRIVATE_KEY }}'