From 04ea84b2695e6d12e28cfd3c87602a8f75867421 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 02:15:00 +0000 Subject: [PATCH] ci: stop setting the Opened project field Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QS7EqgmVuViwSmkhkXvUnP --- .github/workflows/add-to-project.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 4469314..254b6d9 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -23,7 +23,5 @@ jobs: - name: Add to Project uses: dsanders11/project-actions/add-item@4b06452b0128cf601dac14399aa668a8eed2d684 # v2.0.1 with: - field: Opened - field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }} project-number: 89 token: ${{ steps.generate-token.outputs.token }}