From 30cdb85b9b9cfe97a02a65b8212d677f10376070 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 | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 910ddc5..c206e13 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -1,20 +1,25 @@ -name: 'Add to Project' +'name': 'Add to Project' 'on': - issues: - types: + 'issues': + 'types': - 'opened' - 'reopened' - 'transferred' - pull_request_target: - types: + 'pull_request_target': + 'types': - 'opened' - 'reopened' + - 'ready_for_review' -permissions: - contents: 'read' +'permissions': + 'contents': 'read' -jobs: - add-to-project: - uses: 'JorisJonkers-dev/github-workflows/.github/workflows/add-to-project.yml@v0.8.0' - secrets: 'inherit' +'jobs': + 'add-to-project': + '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 }}'