From 084ecc9017d395c76e8168187a32792fbefc17d7 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 02:11:18 +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 37d9ef6761..70fba804e0 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@2134fe7cc71c58b7ae259c82a8e63c6058255678 # v1.7.0 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 }}